Skip to content

Commit

Permalink
Fix: Ask minimum scopes for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jul 4, 2023
1 parent 73aa8c8 commit 23b0086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conversation-ui/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const oidcConfig = {
authority: "https://login.microsoftonline.com/common/v2.0",
clientId: "e9d5f20f-7f14-4204-a9a2-0d91d6af5c82",
redirectUri: "https://127.0.0.1:8080/auth",
scope: "openid profile email",
silentRedirectUri: "https://127.0.0.1:8080/auth",
};

Expand Down

0 comments on commit 23b0086

Please sign in to comment.