Skip to content

Commit

Permalink
Merge pull request #734 from sgibson91/update-auth-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Oct 5, 2021
2 parents c4d2b54 + 6c19226 commit 698deb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/howto/configure/auth-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ Presently, this involves a few more manual steps than the `auth0` setup describe
3. **Edit the non-secret config under `config/hubs`.**
You should make sure the matching hub config takes one of the following forms.

```{admonition} Removing allowed users
When using this method of authentication, make sure to remove the `allowed_users` block from the config.
This is because this block will block any user not listed under it **even if** they are valid members of the the organisation or team you are authenticating against.

You should keep the `admin_users` block, however.
```

To authenticate against a GitHub organisation:

```yaml
Expand Down

0 comments on commit 698deb5

Please sign in to comment.