You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Make the claims_imports optional in the config
This commit is contained in:
@ -300,6 +300,7 @@ pub struct Provider {
|
||||
|
||||
/// How claims should be imported from the `id_token` provided by the
|
||||
/// provider
|
||||
#[serde(default)]
|
||||
pub claims_imports: ClaimsImports,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user