curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/config \
--header 'Authorization: Bearer <token>'{
"issuerUrl": "<string>",
"clientId": "<string>",
"redirectUri": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Returns SSO config with client secret masked.
curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/config \
--header 'Authorization: Bearer <token>'{
"issuerUrl": "<string>",
"clientId": "<string>",
"redirectUri": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}