Sign in

OpenID Provider Configuration

documented

Discovery document for the authorization server.

GET /oauth2/v1/.well-known/openid-configurationOAuth 2.0no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$okta_domain}}/oauth2/oauth-api/.well-known/openid-configuration" \
  -X GET \
  -H "Accept: application/json"