openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
975 stars 162 forks source link

Fix issue url query #190

Open coicoronado opened 3 years ago

coicoronado commented 3 years ago

As stated in issue #188 , this resolves the need to parse correctly a given URL with query params as it is a valid option displayed in the Azure documentation for the discovery of the configuration of the issuer.

coicoronado commented 3 years ago

Hi any update on this??

coicoronado commented 3 years ago

Hi @tikurahul Do you have any further comments?

TechnoChimp commented 2 years ago

Any chance this is going to be merged in? I'm running into this same issue trying to use this package with our Okta endpoint.