Skip to content

Commit

Permalink
Implement level of authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 committed Oct 22, 2024
1 parent a7a7fc0 commit c0db189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file removed cmd/keycloak/__debug_bin2579803102
Binary file not shown.
8 changes: 4 additions & 4 deletions pkg/keycloak/proxy/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -660,11 +660,11 @@ func (r *OauthProxy) CreateReverseProxy() error {
r.Config.EnablePKCE,
r.Config.SignInPage,
r.Cm,
r.newOAuth2Config,
r.getRedirectionURL,
r.customSignInPage,
newOAuth2Config,
getRedirectionURL,
customSignInPage,
res,
r.accessForbidden,
accessForbidden,
),
)
}
Expand Down

0 comments on commit c0db189

Please sign in to comment.