Giter Club home page Giter Club logo

Comments (6)

mohamed-fazil-saleem avatar mohamed-fazil-saleem commented on July 30, 2024 3

@Hmr-ramzi I am able to get the Keycloak integration working with Kubeflow. I was also facing the issue where after authentication redirection was failing. I resolved it by updating Valid redirect URIs configuration at Keycloak's Kubeflow client to *

hi i have deploy the kubeflow with dex can you tell me how to replace dex with keyclock for the existing kubeflow setup

from oidc-authservice.

kimkihoon0515 avatar kimkihoon0515 commented on July 30, 2024 1

@mohamed-fazil-saleem did u solve the logout part??
I changed /logout to keycloak session logout page directly, but it seems oidc doesn't revoke session.

from oidc-authservice.

ShilpaGopal avatar ShilpaGopal commented on July 30, 2024

@Hmr-ramzi Did you get it working?

from oidc-authservice.

ShilpaGopal avatar ShilpaGopal commented on July 30, 2024

@Hmr-ramzi I am able to get the Keycloak integration working with Kubeflow. I was also facing the issue where after authentication redirection was failing. I resolved it by updating Valid redirect URIs configuration at Keycloak's Kubeflow client to *

from oidc-authservice.

yanniszark avatar yanniszark commented on July 30, 2024

@ShilpaGopal I would strongly discourage this setting:

updating Valid redirect URIs configuration at Keycloak's Kubeflow client to *

as it's one of the most usual reasons for OAuth-OIDC related hacks. For example:

  • Using the implicit grant flow (response_type=token), an attacker can steal a user's access token by constructing a a login link that redirects (and sends the token) to an attacker-controlled website.
  • Using the auth code flow, an attacker can steal a user's auth code and state by constructing a a login link that redirects (and sends the code and state) to an attacker-controlled website. Then, the attacker can present them to the client and login as the user.

Both of those attacks are prevented by using specific redirect urls and validating them. See:

from oidc-authservice.

ShilpaGopal avatar ShilpaGopal commented on July 30, 2024

@yanniszark Thanks for the input. In my use-case its for internal use only. But, I see your point I will try by adding specific redirect URLs.

from oidc-authservice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.