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

Custom query params #888

Closed
lucasKuratani opened this issue Aug 23, 2022 · 1 comment
Closed

Custom query params #888

lucasKuratani opened this issue Aug 23, 2022 · 1 comment

Comments

@lucasKuratani
Copy link
Contributor

lucasKuratani commented Aug 23, 2022

Hello.

Does oidc-react have a way to implement custom query params? Something similar to this:

this.oauthService.customQueryParams = { 'tenant': '4711', 'otherParam': 'someValue' };

This piece of code is from Angular OAuth 2 OIDC.

What I'm trying to do is pass login_hint as a query param, so I don't need to login twice.

Thanks in advance.

@lucasKuratani
Copy link
Contributor Author

I've created a pull request to solve this issue.

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

No branches or pull requests

1 participant