Created
August 23, 2024 20:19
-
-
Save akoserwal/63e46dc6ccfa455d11ae59a73f418c9e to your computer and use it in GitHub Desktop.
Fetch-Realm-Management-client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RE=`curl -sk --header "Content-Type: application/json" --header "Authorization: Bearer $TOKEN" $KEYCLOAK_URL/admin/realms/$REALM/clients?clientId=realm-management` | |
realmMgmtClientId=$(jq -r '.[].id' <<< $RE) | |
echo $realmMgmtClientId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment