updating docs re oidc (#606)

This commit is contained in:
James Hodgkinson 2021-10-22 08:34:24 +10:00 committed by GitHub
parent c9ef4fe5df
commit 4ef064e4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,8 @@ It's important for you to know *how* your resource server supports oauth2. For e
support rfc7662 token introspection or does it rely on openid connect for identity information?
Does the resource server support PKCE S256 or not?
> Note: OpenID Connect (OIDC) is not currently supported at this time - if you're interested in finding out when it's ready, please follow [Issue #278](https://github.com/kanidm/kanidm/issues/278)
In general Kanidm requires that your resource server supports:
* HTTP basic authentication to the authorisation server