mcp-server.json•610 B
{
"clientId": "mcp-server",
"enabled": true,
"publicClient": false,
"standardFlowEnabled": true,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": true,
"authorizationServicesEnabled": false,
"redirectUris": ["*"],
"webOrigins": ["*"],
"defaultClientScopes": ["profile", "email", "groups", "mcp-server"],
"optionalClientScopes": ["mcp:openshift"],
"attributes": {
"oauth2.device.authorization.grant.enabled": "false",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.session.required": "true",
"backchannel.logout.revoke.offline.tokens": "false"
}
}