"desc": {
"en": "Success",
"ar": "نجاح",
"code": "encrypted"
}
Error Code | Description | Exception Handling |
---|---|---|
ESB-IDP-E0001 | JWT is tampered | Authenticate to IDP to get the new JWT |
ESB-IDP-E0002 | Session or JWT is expired | RefreshSession to IDP to refresh the session and get the new JWT |
ESB-IDP-E0003 | Session ID and/or sessionToken is invalid | Back to anonymous or request user to sign in |
ESB-IDP-E0004 | User logged out | Back to anonymous or request user to sign in |
ESB-IDP-E0005 | Context not found or invalid | Back to IID Portal |
This is sample DET-IDP secretKey
{
"alg": "dir",
"enc": "A128GCM"
}