Reputation: 33
I am trying to find out the WSO2 OpenID connect meta data URL. Something similar to http://< URL >.well-known/openid-configuration.
Could someone tell me that ?
Upvotes: 0
Views: 366
Reputation: 4509
Entity Server supports for the OpenId connect core specification which can be found from here. If you like to try out the openid connect with Identity Server, you can find the sample from here. You can even modify the source and rebuild the web application as you like.
You can check the following link for reference:
http://xacmlinfo.org/2015/01/08/openid-connect-identity-server/
Upvotes: 1