You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /realms/RealmOne/.well-known/openid-configuration (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f94efdfe610>: Failed to establish a new connection: [Errno 111] Connection refused'))
(
server_url="http://localhost:8080",
client_id="myApp",
client_secret="Y49wuMTCnLbX2bufuasJ73RSR9ivLWLu",
admin_client_secret="admin-cli-secret",
realm="RealmOne",
callback_uri="http://localhost:8080/callback"
)
I cannot find the admin secret anywhere in keycloak .
The text was updated successfully, but these errors were encountered:
If you have the server configured by realm-esport.json file, you need to open the administrator's dashboard -> open 'Clients' tab -> choose admin-cli Client id -> there open tab Credentials and copy or generate new admin_client_secret
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
keycloak version :: 19.0.0
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /realms/RealmOne/.well-known/openid-configuration (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f94efdfe610>: Failed to establish a new connection: [Errno 111] Connection refused'))
(
server_url="http://localhost:8080",
client_id="myApp",
client_secret="Y49wuMTCnLbX2bufuasJ73RSR9ivLWLu",
admin_client_secret="admin-cli-secret",
realm="RealmOne",
callback_uri="http://localhost:8080/callback"
)
I cannot find the admin secret anywhere in keycloak .
The text was updated successfully, but these errors were encountered: