'Redirect from Keycloak login page to Application when user deny FB login access
I am using keycloak for IAM solution. Rather than using it redirectly, I am using Keycloak APIs to handle all the functionalities.
Problem : When users redirect to Facebook login page and click "Not now" button, it redirects the users to https://[KEYCLOAK_DOMAIN]/auth/realms/[REALM_NAME]/broker/facebook/endpoint?error=access_denied&error_code=200&error_description=Permissions+error&error_reason=user_denied&state=xxxxxxxxxxxxxxxxxxxxx.xxxxxx.[CLIENT_NAME] This shows a Keycloak interface. But what I want to do is, redirect the users to my application login page(custom page, which is a separate project).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
