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
Add upstream OAuth 2.0 providers name and branding
This commit is contained in:
@ -128,6 +128,8 @@ impl std::fmt::Display for PkceMode {
|
||||
pub struct UpstreamOAuthProvider {
|
||||
pub id: Ulid,
|
||||
pub issuer: String,
|
||||
pub human_name: Option<String>,
|
||||
pub brand_name: Option<String>,
|
||||
pub discovery_mode: DiscoveryMode,
|
||||
pub pkce_mode: PkceMode,
|
||||
pub jwks_uri_override: Option<Url>,
|
||||
|
Reference in New Issue
Block a user