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(schemes): OAuth urls are not formatted properly if they have a query parameter #1868

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

baluyotraf
Copy link

@baluyotraf baluyotraf commented Feb 19, 2024

Hello!

We are using an AzureB2C for our authentication and they provide their URLS with a query parameters. This breaks the sections I fixed with the way the OAuth query parameters are appended to the url.

Here's the OpenIDC Configuration if you're curious: https://alvb2ctest.b2clogin.com/ALVB2CTEST.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=B2C_1A_ALV_ASCP_SIGNUP_SIGNIN

I only provide a short way to do it, but if there's a recommended way to fix it, I can work on it that way.

@baluyotraf
Copy link
Author

Looks like there's a PR already (#1832), but was created a year ago and has not been merged. I'm keeping the PR for now.

@baluyotraf baluyotraf changed the title OAuth urls are not formatted properly if they have a query parameter fix(schemes): OAuth urls are not formatted properly if they have a query parameter Feb 19, 2024
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.

None yet

1 participant