justingreerbbi / wordpress-oauth-server

This plugin is a full OAuth 2.0 authorization server/provider for WordPress. The goal of WP OAuth Server is to provide an easy to use authorization method that 3rd party platforms can use to securely authorize users from your WordPress site.
https://wp-oauth.com
98 stars 46 forks source link

Unable to navigate to /.well-known/openid-configuration/ #60

Closed jeremywhittington closed 3 years ago

jeremywhittington commented 3 years ago

I have been unable to get /.well-known/openid-configuration/ to show up. I get a 404 not found when going there.

I believe this is preventing me from using AuthSession.useAutoDiscovery() with Expo. It didn’t work with the free version. So I purchased it and enabled OpenID Connect.

Still not working.