{
  "issuer": "https://mahadasha.com",
  "authorization_endpoint": "https://mahadasha.com/auth/login",
  "token_endpoint": "https://mahadasha.com/api/v1/auth/token",
  "jwks_uri": "https://mahadasha.com/api/v1/auth/jwks",
  "registration_endpoint": "https://mahadasha.com/api/v1/auth/register",
  "userinfo_endpoint": "https://mahadasha.com/api/v1/auth/me",
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "password", "refresh_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["HS256"],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "birth_chart:read",
    "dasha:read",
    "kundali:read",
    "horoscope:read",
    "reports:read",
    "reports:write"
  ],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
  "claims_supported": ["sub", "email", "name", "given_name"],
  "service_documentation": "https://mahadasha.com/docs/api",
  "op_tos_uri": "https://mahadasha.com/terms-of-service",
  "op_policy_uri": "https://mahadasha.com/privacy-policy"
}
