Skip to content

Commit

Permalink
fix: client secret is optional in implicit flow (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jun 28, 2021
1 parent 173c3d4 commit 9ec7326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/auth/idp/oauth2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func GetIdpCallbackURL() string {
func IsIdpEnabled() bool {
return GetIdpURL() != "" &&
GetIdpClientID() != "" &&
GetIdpSecret() != "" &&
GetIdpCallbackURL() != ""
}

Expand Down

0 comments on commit 9ec7326

Please sign in to comment.