Enable KeyCape bootstrap MFA mode
This commit is contained in:
parent
4cc22bec9e
commit
5af876eb8c
4 changed files with 17 additions and 7 deletions
|
|
@ -6,11 +6,11 @@
|
|||
# Sections:
|
||||
# 1. privacyIDEA pod Running+Ready (namespace: mfa)
|
||||
# 2. privacyIDEA API reachable
|
||||
# 3. Realm "netkingdom" exists in privacyIDEA
|
||||
# 4. LDAP resolver "lldap-netkingdom" exists
|
||||
# 3. Realm "coulomb" exists in privacyIDEA
|
||||
# 4. LDAP resolver "lldap-coulomb" exists
|
||||
# 5. LDAP resolver resolves users (LLDAP connectivity)
|
||||
# 6. KeyCape→privacyIDEA token: valid admin token in keycape-pi-token
|
||||
# 7. KeyCape can list tokens in the netkingdom realm
|
||||
# 7. KeyCape can list tokens in the coulomb realm
|
||||
# 8. Self-enrollment policy exists
|
||||
# 9. Authentication policy exists
|
||||
# 10. Self-service portal reachable (pink-account.coulomb.social)
|
||||
|
|
@ -30,8 +30,8 @@ PI_HOST="pink.coulomb.social"
|
|||
PI_URL="https://$PI_HOST"
|
||||
PI_NAMESPACE="mfa"
|
||||
SSO_NAMESPACE="sso"
|
||||
REALM_NAME="netkingdom"
|
||||
RESOLVER_NAME="lldap-netkingdom"
|
||||
REALM_NAME="coulomb"
|
||||
RESOLVER_NAME="lldap-coulomb"
|
||||
|
||||
PASS=0
|
||||
FAIL=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue