curl --location --request GET '/api/v1/identityProviders'
{
"identityProviders": [
{
"name": "string",
"type": "TYPE_UNSPECIFIED",
"title": "string",
"identifierFilter": "string",
"config": {
"oauth2Config": {
"clientId": "string",
"clientSecret": "string",
"authUrl": "string",
"tokenUrl": "string",
"userInfoUrl": "string",
"scopes": [
"string"
],
"fieldMapping": {
"identifier": "string",
"displayName": "string",
"email": "string"
}
}
}
}
]
}