kcapi · PyPI
pypi.org › project › kcapiJan 05, 2022 · endpoint: A Keycloak or RHSSO URL endpoint, something like: https://my_keycloak.com. Methods getToken. This will initiate a session with the Keycloak server and will return a OpenID token back. oid_client. getToken #glTeDLlmmpLYoAAUMcFQqNOMjw5dA createAdminClient. This is a shortcut static method in order to get an admin token from Keycloak.
kcapi · PyPI
https://pypi.org/project/kcapi05.01.2022 · endpoint: A Keycloak or RHSSO URL endpoint, something like: https://my_keycloak.com. Methods getToken. This will initiate a session with the Keycloak server and will return a OpenID token back. oid_client. getToken #glTeDLlmmpLYoAAUMcFQqNOMjw5dA createAdminClient. This is a shortcut static method …
py-keycloak · PyPI
https://pypi.org/project/py-keycloak06.07.2018 · py-keycloak is a Python package providing access to the Keycloak API. Navigation. Project description Release history Download files Project links ... # Get Token token = keycloak. token ("user", "password") # Get Userinfo userinfo = keycloak. userinfo (token ...