{
    "issuer": "https:\/\/gregorlove.com\/",
    "authorization_endpoint": "https:\/\/gregorlove.com\/authorization-endpoint\/",
    "token_endpoint": "https:\/\/gregorlove.com\/token-endpoint\/",
    "revocation_endpoint": "https:\/\/gregorlove.com\/token-revocation-endpoint\/",
    "revocation_endpoint_auth_methods_supported": [
        "none"
    ],
    "introspection_endpoint": "https:\/\/gregorlove.com\/introspection-endpoint\/",
    "code_challenge_methods_supported": [
        "S256"
    ],
    "authorization_response_iss_parameter_supported": true
}