-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Duplicate Issue
-
Affects Version/s: SSO71 1.0.0.GA, JDV63 1.1.0.GA
-
Fix Version/s: None
-
Labels:None
-
Target Release:
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
-