Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions architecture/authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ To configure how usernames and passwords are validated, set the `OPENSHIFT_OAUTH
*** A 200 status with an "id" key indicates success: `{"id":"userid"}`
*** A successful response may also include name and/or email: `{"id":"userid", "name": "User Name", "email":"[email protected]"}`
** Requires the environment variable `OPENSHIFT_OAUTH_BASIC_AUTH_URL` to be set to the remote URL
* `deny`
** Any username and password combination is denied

`OPENSHIFT_OAUTH_PASSWORD_AUTH` defaults to `anypassword`

Expand Down