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" }}
|
client_secret: {{ secret "/run/secrets/STIRLING_PDF_CLIENT_SECRET" }}
|
||||||
public: false
|
public: false
|
||||||
authorization_policy: 'two_factor'
|
authorization_policy: 'two_factor'
|
||||||
require_pkce: false
|
token_endpoint_auth_method: 'client_secret_basic'
|
||||||
pkce_challenge_method: ''
|
|
||||||
redirect_uris:
|
|
||||||
- 'https://stirling-pdf.64815139.xyz/login/oauth2/code/oidc'
|
|
||||||
scopes:
|
scopes:
|
||||||
- 'openid'
|
- 'openid'
|
||||||
- 'profile'
|
- 'profile'
|
||||||
- 'groups'
|
- 'groups'
|
||||||
- 'email'
|
- 'email'
|
||||||
response_types:
|
redirect_uris:
|
||||||
- 'code'
|
- 'https://stirling-pdf.64815139.xyz/login/oauth2/code/oidc'
|
||||||
grant_types:
|
grant_types:
|
||||||
- 'authorization_code'
|
- 'authorization_code'
|
||||||
access_token_signed_response_alg: 'none'
|
response_types:
|
||||||
userinfo_signed_response_alg: 'none'
|
- 'code'
|
||||||
token_endpoint_auth_method: 'client_secret_basic'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user