Skip to content

Add sentinel identityprovider on /auth #497

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

akatranlp
Copy link

@akatranlp akatranlp commented May 21, 2025

In this PR, the sentinel openid-provider will be mounted on /auth and will be used before keycloak to not depend on it.

THe following steps are needed to integrate the the new identity-provder:

  • implement the authUserRepository from Sentinel
  • implement the tokenSessionRepository from Sentinel
  • add config options for secrets and other configuration
  • mount the handler at the specified basePath and make it available
  • migrate from keycloak to this ip
    • change middleware
    • change frontend

It is far from finished yet but a first version that can be inspected and is open for critic and first review.

@akatranlp akatranlp self-assigned this May 21, 2025
@akatranlp akatranlp force-pushed the feature/identity-provider branch from 6e373db to 1d92854 Compare May 22, 2025 17:24
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

Successfully merging this pull request may close these issues.

1 participant