7286341 Add support for both OIDC and Kerberos auth (#26)

12 files Authored by Lukas Holecek 2 years ago, Committed by GitHub 2 years ago,
    Add support for both OIDC and Kerberos auth (#26)
    
    * Add support for both OIDC and Kerberos auth

    

    Authentication would fall back to Kerberos/Negotiate if OpenID Bearer

    token is not provided. This can be configured with the following

    settings which overrides `AUTH_METHOD` option:

    

        AUTH_METHODS = ["OIDC", "Kerberos"]

    

    JIRA: RHELWF-7346

    

    * Add Create Waiver form with auto-login
        
file modified
+2 -0
file modified
+5 -0
file modified
+35 -10
file modified
+46 -4
file modified
+24 -6
file modified
+32 -9
file modified
+7 -1
empty file added
empty file added
file modified
+12 -0