{
    "authorization_endpoint": "https:\/\/slink.secioss.com\/service\/oauth\/authorize.php",
    "token_endpoint": "https:\/\/slink.secioss.com\/service\/oauth\/token.php",
    "userinfo_endpoint": "https:\/\/slink.secioss.com\/service\/oauth\/userinfo.php",
    "token_endpoint_auth_methods_supported": [
        "client_secret_post",
        "client_secret_basic"
    ],
    "response_modes_supported": [
        "query",
        "fragment"
    ],
    "rotate_access_token": false,
    "rotate_refresh_token": false,
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "provisioning"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "response_types_supported": [
        "code"
    ]
}