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

fix msha (#844): Regex for custom authentication providers #895

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

jonnekleijer
Copy link
Contributor

Fixes #844: The regex ignores numbers in custom auth providers. Although various documented providers have numbers in their description (e.g. auth0, aadb2c). As a consequence they will not work with the local authorization emulator.

various documented providers currently do not work with the local authorization emulator (e.g. auth0, aadb2c), because numbers are not captured in the regex

Fixes Azure#844
various documented providers currently do not work with the local authorization emulator (e.g. auth0, aadb2c), because numbers are not captured in the regex

Fixes Azure#844
@github-actions github-actions bot added the scope: auth Issues related to the authentication emulator label Nov 5, 2024
Copy link
Member

@Timothyw0 Timothyw0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching this!

@Timothyw0 Timothyw0 merged commit c74de88 into Azure:main Nov 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: auth Issues related to the authentication emulator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom OpenIdConnectProviders is broken in 1.1.8
2 participants