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

BAU: Adds logout endpoint #189

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

BAU: Adds logout endpoint #189

wants to merge 5 commits into from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    08d0b49 View commit details
    Browse the repository at this point in the history
  2. BAU: export key helper

    We need to use this to get the public JWK to validate the id_token
    hint if included in a logout request
    Ryan-Andrews99 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b23c6c6 View commit details
    Browse the repository at this point in the history
  3. BAU: Adds logout endpoint

    Adds a new endpoint for simulating the logout endpoint, which
    follows the real logout endpoint in validation and response
    Ryan-Andrews99 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1b78cc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ef412d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ca1d76 View commit details
    Browse the repository at this point in the history