Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
70915aec65
commit
d746ef0dd7
@ -110,6 +110,8 @@ impl OAuthClient for ZitadelOAuthClient {
|
||||
.authorize_url(CsrfToken::new_random)
|
||||
.add_scope(Scope::new("identify".to_string()))
|
||||
.add_scope(Scope::new("openid".to_string()))
|
||||
.add_scope(Scope::new("email".to_string()))
|
||||
.add_scope(Scope::new("profile".to_string()))
|
||||
.url();
|
||||
|
||||
Ok(auth_url)
|
||||
|
Loading…
Reference in New Issue
Block a user