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
As we have successfully implemented sso-based login in microcks-cli we have to redirect the user to specific port where a server started by the CLI is waiting for the response of authentication from Keycloak.
Currently, we are adding only one redirect-uri which is the URI of the microcks server.
Description
We have to add the server-address/redirect-URL into the Keycloak configuration, otherwise keycloak will not allow that authentication request from the CLI
As admin we should have a privilege to add the redirect-uri dynamically.
Reason/Context
sso-based logininmicrocks-cliwe have to redirect the user to specific port where a server started by the CLI is waiting for the response of authentication from Keycloak.Description
adminwe should have a privilege to add the redirect-uri dynamically.Implementation ideas
No response