Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Oct 11, 2024
1 parent ffb505b commit c2f3c95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/oauth/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export const PROVIDERS_CONFIG: Record<
client_id: process.env.AUTH_PROVIDER_AZUREAD_CLIENT_ID,
client_secret: process.env.AUTH_PROVIDER_AZUREAD_CLIENT_SECRET,
authorize_url: `${azureBaseUrl}/[subdomain]/oauth2/authorize`,
custom_params: {
prompt: 'select_account',
},
access_url: `${azureBaseUrl}/[subdomain]/oauth2/token`,
profile_url: `${azureBaseUrl}/[subdomain]/openid/userinfo`,
subdomain: process.env.AUTH_PROVIDER_AZUREAD_TENANT || 'common',
Expand Down

0 comments on commit c2f3c95

Please sign in to comment.