Hello.
For example this is my url for user login page: http://keycloak.loc:8090/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_id=Android-product&redirect_uri=http://localhost:8080
I’d like to add some custom values, for example (just add one query paramter)
How are your “Valid Redirect URIs” specified in the Client? If you only have http://localhost:8080, it will give you that error. If you have http://localhost:8080/*, it will work properly.
Now it works thanks!
BTW maybe you could know. Can I update user’s email with login form?
Example:
Some user have an account, then the user wants to update his email with oauth2 (via github, google etc)/
Is it possible?
Users can change their email in the account UI if you are using the keycloak javascript you can get the url for that by doing keycloak.accountManagement()