{
  "agent_auth": {
    "identity_types_supported": [
      "service_auth"
    ],
    "register_uri": "https://arloplus.com/register",
    "service_auth": {
      "claim_uri": "https://arloplus.com/login",
      "credential_types_supported": [
        "session_cookie"
      ]
    },
    "skill": "https://arloplus.com/auth.md"
  },
  "authorization_endpoint": "https://arloplus.com/login",
  "code_challenge_methods_supported": [],
  "grant_types_supported": [
    "password"
  ],
  "introspection_endpoint_auth_methods_supported": [],
  "issuer": "https://arloplus.com",
  "jwks_uri": "https://arloplus.com/.well-known/jwks.json",
  "op_policy_uri": "https://arloplus.com/",
  "op_tos_uri": "https://arloplus.com/",
  "registration_endpoint": "https://arloplus.com/register",
  "response_types_supported": [],
  "revocation_endpoint_auth_methods_supported": [],
  "service_documentation": "https://arloplus.com/",
  "token_endpoint": "https://arloplus.com/login",
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "ui_locales_supported": [
    "en"
  ]
}