fix: request scopes email and profile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
613a5f2643
commit
9cda832b82
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ defmodule Mv.Accounts.User do
|
||||||
auth_method :client_secret_jwt
|
auth_method :client_secret_jwt
|
||||||
code_verifier true
|
code_verifier true
|
||||||
|
|
||||||
|
# Request email and profile scopes from OIDC provider (required for Authentik, Keycloak, etc.)
|
||||||
|
authorization_params scope: "openid email profile"
|
||||||
|
|
||||||
# id_token_signed_response_alg "EdDSA" #-> https://git.local-it.org/local-it/mitgliederverwaltung/issues/87
|
# id_token_signed_response_alg "EdDSA" #-> https://git.local-it.org/local-it/mitgliederverwaltung/issues/87
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue