{
    "issuer": "https://myttlink.com",
    "authorization_endpoint": "https://myttlink.com/erp2/openid/endpoint.php/authorize",
    "token_endpoint": "https://myttlink.com/erp2/openid/endpoint.php/access_token",
    "jwks_uri": "https://myttlink.com/erp2/openid/endpoint.php/jwks",
    "response_types_supported": [
        "code",
        "code id_token",
        "id_token",
        "token id_token"
    ],
    "subject_types_supported": [
        "public",
        "pairwise"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256",
        "ES256",
        "HS256"
    ],
    "userinfo_endpoint": "https://myttlink.com/erp2/openid/endpoint.php/userinfo",
    "claims_supported": [
        "sub",
        "iss",
        "name",
        "given_name",
        "family_name",
        "nickname",
        "profile",
        "picture",
        "website",
        "email",
        "email_verified",
        "locale",
        "zoneinfo",
        "roles",
        "groups"
    ],
    "scopes_supported": [
        "openid",
        "basic",
        "email",
        "phone",
        "address",
        "profile",
        "roles",
        "videoconference",
        "groups",
        "email_aliases"
    ],
    "response_modes_supported": [
        "query"
    ],
    "grant_types_supported": [
        "authorization_code",
        "implicit",
        "refresh_token",
        "client_credentials",
        "password_credentials"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic"
    ],
    "display_values_supported": [
        "page",
        "popup"
    ],
    "claim_types_supported": [
        "normal"
    ],
    "service_documentation": "https://github.com/EGroupware/openid",
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": true,
    "end_session_endpoint": "https://myttlink.com/erp2/logout.php"
}