Complete identity smoke path: id_token claims, registration entry, cutover docs
Prefer verified KeyCape id_token claims when /userinfo returns 401; soft-fail userinfo. Add CSOC-WP-0003 registration entry (disabled until NetKingdom URL), AAL step-up hooks, smoke/cutover evidence for tegwick OIDC without MFA.
This commit is contained in:
parent
3bc16b581b
commit
29a9ff735e
14 changed files with 513 additions and 41 deletions
|
|
@ -101,6 +101,8 @@ OIDC_CLIENT_SECRET = config("OIDC_CLIENT_SECRET", default="")
|
|||
OIDC_REDIRECT_URI = config("OIDC_REDIRECT_URI", default="")
|
||||
OIDC_SCOPES = config("OIDC_SCOPES", default="openid profile email groups")
|
||||
OIDC_DISCOVERY_URL = config("OIDC_DISCOVERY_URL", default="") # optional override
|
||||
OIDC_STEP_UP_ACR = config("OIDC_STEP_UP_ACR", default="aal2")
|
||||
NETKINGDOM_REGISTRATION_URL = config("NETKINGDOM_REGISTRATION_URL", default="")
|
||||
|
||||
# user-engine HTTP (empty base or secret → offline stub)
|
||||
USER_ENGINE_BASE_URL = config("USER_ENGINE_BASE_URL", default="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue