Expose Forgejo publicly at forge.eblu.me #278
1 changed files with 2 additions and 2 deletions
Update Authentik Forgejo OAuth callback to forge.eblu.me
Update redirect_uris and meta_launch_url to use the new public domain. OAuth flow will dead-end naturally since Authentik is not publicly accessible — SSO only works from the tailnet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
8f47145b40
|
|
@ -120,7 +120,7 @@ data:
|
||||||
client_secret: !Env AUTHENTIK_FORGEJO_CLIENT_SECRET
|
client_secret: !Env AUTHENTIK_FORGEJO_CLIENT_SECRET
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- matching_mode: strict
|
- matching_mode: strict
|
||||||
url: https://forge.ops.eblu.me/user/oauth2/authentik/callback
|
url: https://forge.eblu.me/user/oauth2/authentik/callback
|
||||||
signing_key: !Find [authentik_crypto.certificatekeypair, [name, authentik Self-signed Certificate]]
|
signing_key: !Find [authentik_crypto.certificatekeypair, [name, authentik Self-signed Certificate]]
|
||||||
property_mappings:
|
property_mappings:
|
||||||
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, openid]]
|
- !Find [authentik_providers_oauth2.scopemapping, [scope_name, openid]]
|
||||||
|
|
@ -138,7 +138,7 @@ data:
|
||||||
name: Forgejo
|
name: Forgejo
|
||||||
slug: forgejo
|
slug: forgejo
|
||||||
provider: !KeyOf forgejo-provider
|
provider: !KeyOf forgejo-provider
|
||||||
meta_launch_url: https://forge.ops.eblu.me
|
meta_launch_url: https://forge.eblu.me
|
||||||
policy_engine_mode: any
|
policy_engine_mode: any
|
||||||
|
|
||||||
# Policy binding — restrict Forgejo to admins group
|
# Policy binding — restrict Forgejo to admins group
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue