Skip to content

Commit

Permalink
Ticket ## : Update the response type
Browse files Browse the repository at this point in the history
  • Loading branch information
thabart committed May 3, 2021
1 parent 1cc1305 commit 5a2ece8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export const authConfig: AuthConfig = {
clientId: 'caseManagementTasklistWebsite',
scope: 'openid profile email role',
redirectUri: process.env.REDIRECT_URL,
responseType: 'id_token',
requireHttps: false
}
1 change: 1 addition & 0 deletions src/CaseManagement.Website/angularApp/app/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export const authConfig: AuthConfig = {
clientId: 'caseManagementWebsite',
scope: 'openid profile email role',
redirectUri: process.env.REDIRECT_URL,
responseType: 'id_token',
requireHttps: false
}

0 comments on commit 5a2ece8

Please sign in to comment.