refactor: remove duplicate fosite config properties

This commit is contained in:
Elias Schneider
2026-07-08 11:01:50 +02:00
parent 25dcad757a
commit 190914fd72

View File

@@ -51,9 +51,6 @@ func newProvider(store *Store, authenticator *federatedClientAuthenticator, sign
RedirectURIMatcher: matchRedirectURI, RedirectURIMatcher: matchRedirectURI,
EnforcePKCEForPublicClients: true, EnforcePKCEForPublicClients: true,
EnablePKCEPlainChallengeMethod: true, EnablePKCEPlainChallengeMethod: true,
FormPostHTMLTemplate: formPostTemplate,
RefreshTokenScopes: []string{},
GlobalSecret: secret,
SupportedRequestObjectSigningAlgorithms: []string{"none"}, SupportedRequestObjectSigningAlgorithms: []string{"none"},
FormPostHTMLTemplate: formPostTemplate, FormPostHTMLTemplate: formPostTemplate,
RefreshTokenScopes: []string{}, RefreshTokenScopes: []string{},