meateam / OSpike

An OAuth2 authorization server supporting OpenID Connect
MIT License
2 stars 0 forks source link

Setting client information values to lowercase #57

Closed shakedmanes closed 5 years ago

shakedmanes commented 5 years ago

Problem:

There's a problem when hostUri and redirectUris contains the same hostname but in different format (one uppercase other lowercase).

Need to apply lowercase to both values.