fix: client secret is optional in implicit flow (#840)
This commit is contained in:
@@ -49,7 +49,6 @@ func GetIdpCallbackURL() string {
|
||||
func IsIdpEnabled() bool {
|
||||
return GetIdpURL() != "" &&
|
||||
GetIdpClientID() != "" &&
|
||||
GetIdpSecret() != "" &&
|
||||
GetIdpCallbackURL() != ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user