feat: stirling pdf setup

This commit is contained in:
2025-09-30 11:04:57 +01:00
parent 0062be97aa
commit fdf3f7d4dc
8 changed files with 84 additions and 12 deletions
+21
View File
@@ -133,3 +133,24 @@ identity_providers:
- form_post
- query
- fragment
- client_id: 'GXbZWCII_iRwoQAjtpP6WzXDKagzYZC~dRSq3QMgJyb3RrvcPG0n.Elm3NnEpq8LLh_uZktw'
client_name: 'Stirling-PDF'
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'
scopes:
- 'openid'
- 'profile'
- 'groups'
- 'email'
response_types:
- 'code'
grant_types:
- 'authorization_code'
access_token_signed_response_alg: 'none'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_basic'