bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Missing Endpoint for OpenID Connect #968

Open abdul-jabbar01 opened 5 years ago

abdul-jabbar01 commented 5 years ago

Is it missing /.well-known/openid-configuration endpoint that is required by openid client. ??

Or I don't know how to get this endpoint.

Can somebody please help me about it?

bdegoy commented 5 years ago

Hello Abdul, I think it should not be considered as an endpoint as it is in my understanding a static file. I usually create this file following the directions of the OIDC discovery spec: https://openid.net/specs/openid-connect-discovery-1_0.html section 3. Hope it helps, kindly, BD