Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flask oidc not redirecting to the application url #132

Open
Synarcs opened this issue Oct 6, 2021 · 1 comment
Open

flask oidc not redirecting to the application url #132

Synarcs opened this issue Oct 6, 2021 · 1 comment

Comments

@Synarcs
Copy link

Synarcs commented Oct 6, 2021

Hi, i am using flask oidc in superset to integrate superset with keycloak. following the given method (https://stackoverflow.com/questions/47678321/using-openid-keycloak-with-superset). But, in my case i am successfully redirected to login page from my application to keycloak. After creating a session in keycloak the redirection back to superset is giving issue. According to me it is stuck in oidc_callback state, but from keycloak side my client session is generated

image
image

My client Secret json
{
"web": {
"realm_public_key": "",
"issuer": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting",
"auth_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/auth",
"client_id": "report"
"client_secret": "client secret for reporting",
"redirect_urls": [
"http://rs-superset-selenium.abc.def/*"
],
"userinfo_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/userinfo",
"token_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/token",
"token_introspection_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/token/introspect"
}
}

My keycloak client configuration under
image

Please Help !!, we are facing this from long time, need it to be solved as soon as possible

@dpodvyaznikov
Copy link

Hi, @vedangparasnis , I've got similar problem. Did you manage to find the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants