I'm trying to create a client scope. The call is successful, but the UI of Keycloak throws an error when I want to display my new client scope.
Error message in UI: "Danger alert:n is undefined Press here to refresh and continue"
It is noticeable that openid-connect value in protocol is displayed incorrectly. For all other items "OpenID Connect" is display, but for my new client scope "openid-connect" is displayed.
The question now is whether I am executing the call incorrectly or whether there is possibly an error.
Has anyone else already had this problem?
I'm trying to create a client scope. The call is successful, but the UI of Keycloak throws an error when I want to display my new client scope. Error message in UI: "Danger alert:n is undefined Press here to refresh and continue"
It is noticeable that openid-connect value in protocol is displayed incorrectly. For all other items "OpenID Connect" is display, but for my new client scope "openid-connect" is displayed.
The question now is whether I am executing the call incorrectly or whether there is possibly an error. Has anyone else already had this problem?
Here is my code to create the client scope: