Skip to content

Commit

Permalink
update scope
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Bucher <[email protected]>
  • Loading branch information
Charlesthebird committed Jul 18, 2023
1 parent 7fada63 commit b70aebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const AuthFlowStarter = () => {
return;
}

const url = `${authEndpoint}?client_id=${clientId}&scope=oidc,email,username&response_type=code&state=${stateValue}&code_challenge=${codeChallenge}&code_challenge_method=S256&redirect_uri=${
const url = `${authEndpoint}?client_id=${clientId}&scope=openid,email,username&response_type=code&state=${stateValue}&code_challenge=${codeChallenge}&code_challenge_method=S256&redirect_uri=${
window.location.origin + window.location.pathname
}`;

Expand Down

0 comments on commit b70aebd

Please sign in to comment.