OpenID Configuration Endpoint Validator
.well-known urls
An authorization server will often have a .well-known endpoint used for discovery of its features.
For example, the OpenID Connect configuration can be found at /.well-known/openid-configuration
.
Example: https://example.com/.well-known/openid-configuration
Example: https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration
OpenID Configuration Input
This tool is intended to validate the claims of an OpenID Connect provider's configuration endpoint. The tool will fetch the OpenID Connect configuration from the specified URL and validate the claims against the OpenID Connect specification. The tool will also check for common misconfigurations and provide suggestions for improvement.