Copy link
@oss-aimoto

oss-aimoto Oct 3, 2019

Contributor

An error occurs with the correct redirect URI.

  • https://rp.example.co.jp/oidc/redirect_uri?logout=https://rp.example.co.jp/logout.html

How about this

-       } else if (strstr(url, "/") != url) {
+       } else if (uri.hostname == NULL && strstr(url, "/") != url) {