[Question] OAuth #7609
Unanswered
YoussefSalameh
asked this question in
General
Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
See #7610 |
Beta Was this translation helpful? Give feedback.
2 replies
-
ABP only supports the authorization code flow. So if you set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone ,
After downloading an application template 4.1.2 with angular interface and with separate identity server
I noticed that in the environment.ts under OAuthConfig there's a response Type: "code " as below
oAuthConfig: {
issuer: 'https://localhost:44392',
redirectUri: baseUrl,
clientId: 'AngularTest_App',
responseType: 'code',
scope: 'offline_access AngularTest',
},
I need to make sure that if the template is only configured to use authorization_code as grant type or can I use a different response type such as "token" ?
Beta Was this translation helpful? Give feedback.
All reactions