heph Authentik: add empty redirect_uris (required by provider serializer)
The OAuth2 provider serializer requires redirect_uris even for a public device-code client; its absence failed blueprint validation atomically. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d99c962fe1
commit
82c37e0f78
1 changed files with 3 additions and 0 deletions
|
|
@ -477,6 +477,9 @@ data:
|
|||
invalidation_flow: !Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
|
||||
client_type: public
|
||||
client_id: heph
|
||||
# Device-code (RFC 8628) + PKCE use no redirect, but the provider
|
||||
# serializer requires the field — an empty list satisfies it.
|
||||
redirect_uris: []
|
||||
signing_key: !Find [authentik_crypto.certificatekeypair, [name, authentik Self-signed Certificate]]
|
||||
property_mappings:
|
||||
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, openid]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue