Products
Developers
About
Sign in
Create
API Playground
Try the API in real time
Interactive explorer for Libermall ID OIDC endpoints.
Request
GET
Endpoint
Authorization (optional)
Send →
Response
200 OK · 142ms
{
"issuer"
:
"https://id.libermall.com"
,
"authorization_endpoint"
:
"https://id.libermall.com/login/oauth/authorize"
,
"token_endpoint"
:
"https://id.libermall.com/api/login/oauth/access_token"
,
"userinfo_endpoint"
:
"https://id.libermall.com/api/userinfo"
,
"jwks_uri"
:
"https://id.libermall.com/.well-known/jwks"
,
"response_types_supported"
: [
"code"
],
"grant_types_supported"
: [
"authorization_code"
,
"refresh_token"
],
"scopes_supported"
: [
"openid"
,
"profile"
,
"email"
,
"wallets"
],
"id_token_signing_alg_values_supported"
: [
"RS256"
],
"code_challenge_methods_supported"
: [
"S256"
] }
Available endpoints
GET
/.well-known/openid-configuration
Discovery doc — every endpoint
GET
/.well-known/jwks
Public keys for JWT verification
GET
/login/oauth/authorize
Authorization endpoint — user redirect
POST
/api/login/oauth/access_token
Token exchange — code → access_token
GET
/api/userinfo
UserInfo — claims with a Bearer token