Skip to content

Commit

Permalink
revert scope changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored May 10, 2024
1 parent 9426b7d commit f73a172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function addLoginPassportUse(
clientID: config.get('oidc:clientId'),
clientSecret: config.get('oidc:clientSecret'),
callbackURL: callbackURI,
scope: discovery.scopes_supported,
scope: 'bceidbusiness',
kc_idp_hint: kc_idp_hint,
},
(
Expand Down

0 comments on commit f73a172

Please sign in to comment.