okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
454 stars 265 forks source link

URL validation is case sensitive #255

Open aarongranick-okta opened 5 years ago

aarongranick-okta commented 5 years ago

https://github.com/okta/okta-auth-js/blob/master/lib/builderUtil.js#L25

An exception is thrown unless the issuer url begins with "http" in a CASE SENSITIVE match.

Validation should ignore case

swiftone commented 5 years ago

Internal reference: OKTA-253512