Skip to content

Commit

Permalink
Minor sso doc update
Browse files Browse the repository at this point in the history
Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
  • Loading branch information
gbarbon authored and Coduz committed Jul 3, 2020
1 parent e4c920f commit 1a800b9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/developer-guide/en/sso.md
@@ -1,13 +1,11 @@
# Single sign-on (SSO)

This section describes the single sign-on integration of Eclipse Kapua.
Our single sign-on solution is based on the [OpenID Connect](https://openid.net/connect/) identity layer,
on top of the [OAuth 2.0](https://oauth.net/2/) authorization framework.
In this document we first describe how to enable SSO on Kapua.
In a second step, we present two examples based on the Keycloak Authentication Server, using Docker and OpenShift.

**WARNING**: The current SSO implementation is intended as a _Proof-of-Concept_ and should not be used in a production
environment.
This section describes the single sign-on integration of Eclipse Kapua. Our single sign-on solution is based on the
[OpenID Connect](https://openid.net/connect/) identity layer, on top of the [OAuth 2.0](https://oauth.net/2/) authorization framework.
Please note that the OpenID Connect provider is unique for the same Kapua instance, thus it is common to all the accounts in the instance.

In this document we first describe how to enable SSO on Kapua. In a second step we present two examples based on the Keycloak Authentication Server,
using Docker and OpenShift.

## Enabling single sign-on

Expand Down

0 comments on commit 1a800b9

Please sign in to comment.