Skip to content

Commit

Permalink
FT: Add BadSessionIndex for SAML integration
Browse files Browse the repository at this point in the history
 Used by Vault.
  • Loading branch information
jmunoznaranjo committed Apr 29, 2016
1 parent bf7af08 commit da1f66f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions errors/arsenalErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@
"description": "metadata document not ok",
"code": 5044
},
"BadSessionIndex": {
"description": "session index not ok",
"code": 5045
},
"Unauthorized": {
"description": "not authenticated",
"code": 401
Expand Down

0 comments on commit da1f66f

Please sign in to comment.