Closed shakedmanes closed 5 years ago
There's a problem when hostUri and redirectUris contains the same hostname but in different format (one uppercase other lowercase).
hostUri
redirectUris
Need to apply lowercase to both values.
Problem:
There's a problem when
hostUri
andredirectUris
contains the same hostname but in different format (one uppercase other lowercase).Need to apply lowercase to both values.