Reputation: 3731
I am working with WSO2 Identity Server 5.0.0 and tried a client library (oxRay) to utilize its OpenID Connect capabilities.
However, it seems that the request to the discovery URL https://myserver/.well-known/openid-configuration
doesn't return anything reasonable. So the OIDC client fails to work properly.
Is Identity Server supporting OIDC discovery or did I miss something in the configuration?
Upvotes: 2
Views: 680
Reputation: 97331
WSO2 Identity Server 5.3.0 does support OpenID Connect Discovery.
From the release notes (emphasis mine):
OAuth 2.0/Open ID Connect Enhancements:
- Open ID Connect Dynamic Client Registration. For more information, see OpenID Connect Dynamic Client Registration.
- OAuth 2.0 Token Introspection. For more information, see Invoke the OAuth Introspection Endpoint.
- Open ID Connect Discovery support. For more information, see the Open ID Connect specification.
However, I do seem to have run into an issue when trying to use it.
Upvotes: 0
Reputation: 1951
WSO2 Identity Server does not support OIDC Discovery at the current releases.
Upvotes: 1