Upgrade to custom token
POST/auth/token/upgrade
Upgrade the external OIDC ID Token to a Firebase Custom Token which can be used in acquiring for the access token
The External OIDC ID Token is the token that is issued by the external OIDC provider (Auth0,KeyCloak, etc) which is used to authenticate the user in the external OIDC provider. This token can be used to upgrade to a Firebase custom token which can be used to exchange for an access token to Intervengine Platform.
The External OIDC Provider should be configured in the Firebase Console to accept the token from the external OIDC provider.
Request
Responses
- 200
- 400
- 401
- 409
- 422
- 500
OK
Response Headers
Access-Control-Allow-Headers
Access-Control-Allow-Methods
Access-Control-Allow-Origin
Cache-Control
Content-Type
Bad Request
Unauthorized
Conflict
Unprocessable Entity
Internal Server Error