Skip to content

Commit

Permalink
fix: dialogporten.noconsent scope
Browse files Browse the repository at this point in the history
  • Loading branch information
seanes committed Sep 19, 2024
1 parent 4d0cfde commit 43846f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bff/src/auth/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const plugin: FastifyPluginAsync<CustomOICDPluginOptions> = async (fastify, opti

fastify.register<OAuthPluginOptions>(oauthPlugin as unknown as FastifyPluginCallback<OAuthPluginOptions>, {
name: 'idporten',
scope: ['digdir:dialogporten', 'openid'],
scope: ['digdir:dialogporten', 'digdir:dialogporten.noconsent', 'openid'],
credentials: {
client: {
id: client_id,
Expand Down

0 comments on commit 43846f9

Please sign in to comment.