Replies: 1 comment 4 replies
-
If you want to access the Admin Console you don't have to add the Admin Client library, that is to make calls to the Admin REST API. If you want to manage users from the Admin Console you can redirect to there instead. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello,
I would like to add users to my Keycloak via the admin interface, so I have added the 'npm' package to my Angular application.
If I now want to add a user I get the following error.
Access to fetch at 'http://localhost:8080/realms/master/protocol/openid-connect/token' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.I think I have to specify the settings somewhere when creating the
KcAdminClient.Can anyone help me?Beta Was this translation helpful? Give feedback.
All reactions