OpenID Connect API
OpenID Connect (OIDC) is an identity layer on top of OAuth 2.0 that enables RESTful, JSON-based user authentication across web, mobile, and JavaScript clients. It allows apps to verify user identity and fetch profile claims securely without storing passwords.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
Unlimited
Rate Limit
API Endpoints
Retrieve OpenID Connect discovery document
Full URL
https://openid.net/connect/.well-known/openid-configuration
Code Examples
curl -X GET 'https://openid.net/connect/.well-known/openid-configuration'
Example Response
{
"issuer": "https://example.com",
"authorization_endpoint": "https://example.com/auth"
}
Version
v1
Rate Limit
Unlimited
Tags
identity-verificationsingle-sign-onuser-authentication
Related APIs
Discover similar APIs that might interest you