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
Have you configured the policies on the keycloak console ? You need to specify those. This issue might help you achieve the policy definition for your client.
After having exported the authz-config.json file mentioned above, load it using keycloak_openid.load_authorization_config(CONF_DIR / "authz-config.json").
Then use keycloak_openid.get_policies() to get the policies.
After having done all this however, the get_policies() function returns None for me as well.
i want to get current client policy from keycloak ,but when i call this function was return null
How to get current client policy
The text was updated successfully, but these errors were encountered: