Skip to content

Commit

Permalink
fix: admin vs store
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilke committed Jun 18, 2024
1 parent 3b3b658 commit 22a9b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getAzureStoreStrategy(id: string): StrategyFactory<AzureAuthOpti
isB2C: strategyOptions.store.isB2C ?? false,
issuer: strategyOptions.store.issuer,
passReqToCallback: true,
scope: strategyOptions.admin.scope,
scope: strategyOptions.store.scope,
} as IOIDCStrategyOptionWithRequest);
}

Expand Down

0 comments on commit 22a9b69

Please sign in to comment.