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

feat: add custom oidc idp extention to support legacy redirect uri #165

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

junminahn
Copy link
Contributor

@junminahn junminahn commented Sep 15, 2022

This custom OIDC IDP extension resolves the issue when the upstream IDP session is expired before the SP session.
The step to reproduce the issue:

  1. set the upstream IDP's client's token and session to low such as
    • Access Token Lifespan: 3min
    • Client Session Idle: 5min
    • Client Session Max: 5min
  2. once the application logs with SP, then wait for 5min and try logging out from the application.
  • it introduced a new config legacyLogoutRedirectUriSupported

@arcshiftsolutions arcshiftsolutions merged commit f26a80b into dev Sep 16, 2022
@arcshiftsolutions arcshiftsolutions deleted the feat/legacylogout branch September 16, 2022 01:23
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.

2 participants