This commit is contained in:
Livio Amstutz 2020-09-16 16:23:38 +02:00
parent 28f731c219
commit c90a9d53c8
2 changed files with 2 additions and 16 deletions

View file

@ -89,6 +89,8 @@ type Config struct {
CryptoKey [32]byte
DefaultLogoutRedirectURI string
CodeMethodS256 bool
//TODO: add to config after updating Configuration interface for DiscoveryConfig
// ScopesSupported: oidc.SupportedScopes,
// ResponseTypesSupported: responseTypes,
// GrantTypesSupported: oidc.SupportedGrantTypes,