Skip to content

Commit

Permalink
Document OIDC interoperability
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Sep 12, 2023
1 parent 8549c8c commit 7d409fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/oidc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# OIDC token auth and issuer support

- References
- [5.1.1.1.]()

## Dependencies

Install SCITT with the ``oidc`` extra.

```console
$ pip install -e .[oidc]
```

0 comments on commit 7d409fd

Please sign in to comment.