python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Keycloak API does not contain "resource_access"
I try to use a new package in Python called fastapi_keycloak which uses the following code:
if not decoded_token.get('resource_access').get('realm-management') or not decoded_token.get('resource_acces...
Data Mastery
Votes: 0
Answers: 1
Keycloak implementing both user and app authentication in the same realm
I have a setup like this:
Back-end REST API application - Single Instance running in Cloud Server - Let's call it as A
Public Users` Mobile app & browser clients - Let's call them together as X
...
Manoj Kumar D7
Votes: 0
Answers: 1
Sign out fails for Gitlab integrated with Keycloak OIDC
When logged into gitlab using the oauth2 provider keycloak and trying to log out, Gitlab redirects to the sign_in page, but doesn't end out session on Keycloak, so we are logged in again.
These are th...
rakesh kotian
Votes: 0
Answers: 1
How to get all permissions of a specific user in Keycloak as an admin over an API
I am trying to get all permissions of a user with an admin account.
If I get an access token for my user and use this endpoint:
POST 'https://<HOST>/auth/realms/<REALM>/protocol/openid-con...
Peer Maute
Votes: 0
Answers: 0