From 4ef064e4edf8424357894327b279e3a384efe6a9 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Fri, 22 Oct 2021 08:34:24 +1000 Subject: [PATCH] updating docs re oidc (#606) --- kanidm_book/src/oauth2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kanidm_book/src/oauth2.md b/kanidm_book/src/oauth2.md index 34bf0e973..10081ad64 100644 --- a/kanidm_book/src/oauth2.md +++ b/kanidm_book/src/oauth2.md @@ -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