-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
SSO71 1.0.0.GA, JDV63 1.1.0.GA
-
None
Self registration script causes JDV image to exit without any message after registration, problem is that realm endpoint in 71 no longer exposes it's certificate:
Problematic part of the script:
if [ -n "$token" ]; then realm_certificate=`$CURL -H "Accept: application/json" -H "Authorization: Bearer ${token}" ${sso_service}/admin/realms/${SSO_REALM} | grep -Po '(?<="certificate":")[^"]*'` fi
- duplicates
-
CLOUD-1601 [EAP6] support saml client public key for sso 7.1
- Closed