Replies: 1 comment
-
|
Having the same issue for like every endpoint |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using keycloak rest API and I am trying to delete realm-level role mappings using the
DELETE /{realm}/users/{id}/role-mappings/realmbut I get status error 401.On Users -> Role Mappings I have effective client roles all the
real_managementandaccount.I've also have an auth token on the request header.
I also get cors policy error.
On any other request works fine. This is the only one that I get cors policy.
My client has AccessType = public, Valid Redirect URIs = /* and WebOrigins = *.
I've also tried with WebOrigin = + but nothing change.
Does anyone know why I got this error on this specific request and how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions