Skip to content

Commit

Permalink
Document new 'new-users-disabled' error code for tokenserver.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed May 1, 2017
1 parent d57fd7a commit 7eb4b41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/token/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Error status codes and their corresponding output are:
has seen credentials with a more recent generation number.
- **"invalid-client-state"**: authentication failed because the server
has seen an updated value of the *X-Client-State* header.
- **"new-users-disabled"**: authentication failed because the user has
not been seen previously on this server, and new user accounts have
been disabled in the application config.

- **405** : unsupported method
- **406** : unacceptable - the client asked for an Accept we don't support
Expand Down

0 comments on commit 7eb4b41

Please sign in to comment.