Merged in fix/login (pull request #2522)
Workaround akamai issue with login * Workaround akamai issue with login Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -92,13 +92,13 @@ const curityProvider = {
|
||||
clientSecret: env.CURITY_CLIENT_SECRET_USER,
|
||||
issuer: env.CURITY_ISSUER_SERVICE,
|
||||
authorization: {
|
||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/authorize`,
|
||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/authorize?allow=local`,
|
||||
},
|
||||
token: {
|
||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/token`,
|
||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/token?allow=local`,
|
||||
},
|
||||
userinfo: {
|
||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/userinfo`,
|
||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/userinfo?allow=local`,
|
||||
},
|
||||
profile(profile: User) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user