fix: simplifying stirling pdf client configuration
This commit is contained in:
@@ -139,19 +139,15 @@ identity_providers:
|
||||
client_secret: {{ secret "/run/secrets/STIRLING_PDF_CLIENT_SECRET" }}
|
||||
public: false
|
||||
authorization_policy: 'two_factor'
|
||||
require_pkce: false
|
||||
pkce_challenge_method: ''
|
||||
redirect_uris:
|
||||
- 'https://stirling-pdf.64815139.xyz/login/oauth2/code/oidc'
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
scopes:
|
||||
- 'openid'
|
||||
- 'profile'
|
||||
- 'groups'
|
||||
- 'email'
|
||||
response_types:
|
||||
- 'code'
|
||||
redirect_uris:
|
||||
- 'https://stirling-pdf.64815139.xyz/login/oauth2/code/oidc'
|
||||
grant_types:
|
||||
- 'authorization_code'
|
||||
access_token_signed_response_alg: 'none'
|
||||
userinfo_signed_response_alg: 'none'
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
response_types:
|
||||
- 'code'
|
||||
|
||||
Reference in New Issue
Block a user