mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-15 21:48:13 +03:00
refactor: remove duplicate fosite config properties
This commit is contained in:
@@ -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{},
|
||||||
|
|||||||
Reference in New Issue
Block a user