Merge pull request #1192 from vector-im/feature/bma/oidcSmallChange

Rename file and update `tosUri` value.
This commit is contained in:
Benoit Marty 2023-08-30 17:09:09 +02:00 committed by GitHub
commit a435d3a1e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ val oidcConfiguration: OidcConfiguration = OidcConfiguration(
redirectUri = OidcConfig.redirectUri,
clientUri = "https://element.io",
logoUri = "https://element.io/mobile-icon.png",
tosUri = "https://element.io/user-terms-of-service",
tosUri = "https://element.io/acceptable-use-policy-terms",
policyUri = "https://element.io/privacy",
/**
* Some homeservers/auth issuers don't support dynamic client registration, and have to be registered manually