# Authentik (OIDC) human SSO. The mount path is the filename and MUST stay # "oidc": the Authentik provider registers strict redirect URIs containing # /ui/vault/auth/oidc/oidc/callback, which encode the mount path. # # identity.unkin.net serves the public LetsEncrypt wildcard, so the OpenBao VMs # validate discovery against the system roots with no CA bundle work. Do not # swap it for identity.k8s.syd1.au.unkin.net (internal CA). # # listing_visibility unauth makes OIDC the offered default on the UI login page. # client_id/client_secret are read from kv/service/authentik/oidc-vault. --- oidc_discovery_url: "https://identity.unkin.net/application/o/vault/" default_role: "default" description: "Authentik SSO - default human login" listing_visibility: "unauth" default_lease_ttl: 24h max_lease_ttl: 168h