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
Technical Details
Authentication
OAuth
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

Unlimited

Supported Languages
JavaScriptPythonJava
Use Cases
identity verification
single sign-on
user authentication

Related APIs

Discover similar APIs that might interest you

APIopen source

OAuth 2.0 API

OAuth 2.0 is an HTTP-based framework tha...

Category
Authentication
Endpoints
1
authenticationauthorizationsecure-api-access
APIfreemium

Clerk Authentication

Clerk Authentication API offers develope...

Category
Authentication
Endpoints
1
authenticationusers
APIfree

GetOTP API

The GetOTP API is an open-source public ...

Category
Authentication
Endpoints
1
authenticationsecurity
OpenID Connect API - Secure User Authentication | Free API Hub