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

In Blazor WebAssembly, allow dynamic query string parameters when redirecting to IDP #33784

Closed
Tracked by #26364
chrissainty opened this issue Jun 23, 2021 · 2 comments
Closed
Tracked by #26364
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly feature-blazor-wasm-auth
Milestone

Comments

@chrissainty
Copy link
Contributor

chrissainty commented Jun 23, 2021

Is your feature request related to a problem? Please describe.

When using Auth0's organisation feature, in order to invite users to an organisation a URL is created and sent to the invitee via email. When clicked, this URL sends the invitee to the application where the application must strip out two query string parameters and then forward the invitee to Auth0's authorize endpoint along with these two query string parameters. Currently (as far as I can see) there is no way to append query string values dynamically when redirecting to an IDP.

I see the extraQueryParams option has been added for .NET 6 but this doesn't seem to help in this situation.

Describe the solution you'd like

I think we may need an event which is triggered before the redirect which allows us to add, dynamically, any additional query string values to the URL the user is being forwarded to. However, I'm far from being an expert on this and I could be completely wrong.

@javiercn javiercn added area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly feature-blazor-wasm-auth labels Jun 23, 2021
@pranavkm pranavkm added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Jun 24, 2021
@pranavkm pranavkm added this to the Backlog milestone Jun 24, 2021
@ghost
Copy link

ghost commented Jun 24, 2021

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@javiercn
Copy link
Member

Done in #42580

@javiercn javiercn modified the milestones: Backlog, 7.0-rc1 Aug 23, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly feature-blazor-wasm-auth
Projects
None yet
Development

No branches or pull requests

3 participants