python-keycloak
python-keycloak copied to clipboard
Token from auth_url(..)
trafficstars
Hello, I cannot create my own login site due to company restrictions. Is there any posibility to get the token while login into keycloak from auth_url(..) method?
Thank you in advance.
Doesn't the Usage example cover this?
token = keycloak_openid.token("user", "password")
and then you should have it in token['access_token']