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,
|
clientSecret: env.CURITY_CLIENT_SECRET_USER,
|
||||||
issuer: env.CURITY_ISSUER_SERVICE,
|
issuer: env.CURITY_ISSUER_SERVICE,
|
||||||
authorization: {
|
authorization: {
|
||||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/authorize`,
|
url: `${env.CURITY_ISSUER_USER}/oauth/v2/authorize?allow=local`,
|
||||||
},
|
},
|
||||||
token: {
|
token: {
|
||||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/token`,
|
url: `${env.CURITY_ISSUER_USER}/oauth/v2/token?allow=local`,
|
||||||
},
|
},
|
||||||
userinfo: {
|
userinfo: {
|
||||||
url: `${env.CURITY_ISSUER_USER}/oauth/v2/userinfo`,
|
url: `${env.CURITY_ISSUER_USER}/oauth/v2/userinfo?allow=local`,
|
||||||
},
|
},
|
||||||
profile(profile: User) {
|
profile(profile: User) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user