curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/sso/callback{
"email": "<string>",
"name": "<string>",
"sub": "<string>",
"developerId": "<string>"
}OIDC callback endpoint. Exchanges the authorization code for user info.
curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/sso/callback{
"email": "<string>",
"name": "<string>",
"sub": "<string>",
"developerId": "<string>"
}