Skip to content

Commit

Permalink
chore: remove response_type for SRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 17, 2023
1 parent 781e250 commit a72f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssi-express-support/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const energyShrMetadata: ClientMetadata = {
client_secret: env('OIDC_CLIENT_SECRET', PREFIX) ?? 'NOPE',
redirect_uris: ['https://www.energyshr.nl/authentication/callback'],
post_logout_redirect_uris: ['https://www.energyshr.nl/authentication/logout-callback'],
response_types: ['code', 'id_token'],
response_types: ['code'],
token_endpoint_auth_method: 'client_secret_basic',
}
const metadata: ClientMetadata = ENVIRONMENT.toLocaleLowerCase() === 'energyshr' ? energyShrMetadata : devMetadata
Expand Down

0 comments on commit a72f103

Please sign in to comment.