curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"issuerUrl": "<string>",
"clientId": "<string>",
"clientSecret": "<string>",
"redirectUri": "<string>"
}
'{
"issuerUrl": "<string>",
"clientId": "<string>",
"redirectUri": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"issuerUrl": "<string>",
"clientId": "<string>",
"clientSecret": "<string>",
"redirectUri": "<string>"
}
'{
"issuerUrl": "<string>",
"clientId": "<string>",
"redirectUri": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Developer API key