docs: define AP1 local identity profile

This commit is contained in:
donghyeon-ka
2026-07-25 16:39:31 +09:00
parent 34bcd89bd0
commit e49f270a0e
2 changed files with 30 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env sh
set -eu
jq -e '
(.clients[] | select(.clientId == "spa-public")
| .publicClient == true
and .attributes["pkce.code.challenge.method"] == "S256")
and
([.users[].username] | index("regular-user") != null)
' keycloak/import/keycloak-patterns-realm.json >/dev/null
npm --prefix frontend test
echo "AP1 local-identity profile verified without a Google dependency"