Open alecpl opened 2 months ago
I see that there are no tests for Laravel stuff including DiscoveryController. It means that some tests fail because can't use url()
without Laravel. I'm not sure what to do with that.
I added forcing of https://
in Discovery. So, it fixes #23. The issuer is simplified/unified to 'https://' . $_SERVER['HTTP_HOST']
in both places.
OIDC clients compare discovered issuer with token's issuer. So, these must be the same.
Mentioned in #23.