bjerkio/oidc-react

Custom query params

lucasKuratani opened this issue · 1 comments

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.

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