fix: Add email as an allowed scope
Some checks failed
Publish Docker / build (push) Has been cancelled
Some checks failed
Publish Docker / build (push) Has been cancelled
This commit is contained in:
parent
08bb610bbb
commit
e01c16e166
@ -38,6 +38,7 @@ lazy_static::lazy_static! {
|
|||||||
static ref SCOPES: [Scope; 2] = [
|
static ref SCOPES: [Scope; 2] = [
|
||||||
Scope::new("openid".to_string()),
|
Scope::new("openid".to_string()),
|
||||||
Scope::new("profile".to_string()),
|
Scope::new("profile".to_string()),
|
||||||
|
Scope::new("email".to_string()),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
const SIGNING_ALG: [CoreJwsSigningAlgorithm; 1] = [CoreJwsSigningAlgorithm::RsaSsaPkcs1V15Sha256];
|
const SIGNING_ALG: [CoreJwsSigningAlgorithm; 1] = [CoreJwsSigningAlgorithm::RsaSsaPkcs1V15Sha256];
|
||||||
|
Loading…
Reference in New Issue
Block a user