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

optional route interception #6928

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Feb 28, 2024

  1. feat: optionally protected routes

    In scenarios where a route may optionally require a token if the user is logged in, you can now mark ProtectedResourceScopes definitions as optional.  These requests will attach (after acquiring, if necessary) the required token if a user is authenticated.  If no user is currently authenticated, the request will simply go through as if it is an unprotected endpoint, and not force the user to authenticate.
    
    AzureAD#3758
    bytelabsco committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c30f477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d17e47 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    5dd5850 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    d2fec45 View commit details
    Browse the repository at this point in the history