PKCE issue #2815
-
Hi , I have auth.html under auth-oidc folder with the same code as for post back ( mgr.signinSilentCallback().catch(error => { and config
auth: { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
i've added as below state and scope and it is workin |
Beta Was this translation helpful? Give feedback.
i've added as below state and scope and it is workin
auth: {
use: 'OpenIdConnectConf',
OpenIdConnectConf: {
idpProvider: OpenIdConnect,
authority: 'https://federate-qa.volvo.com',
RequirePkce: true,
response_mode: "fragment",
client_id: 'crisp',
redirect_uri: 'https://localhost:4200/home/auth',
response_type: 'code',
state: ' ',
scope: ' ',