Difference between revisions of "Managing PKC Users"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
= Managing Users = | = Managing Users = | ||
To perform the users management task, system administrator need to login into Keycloak Administration console. Default URL of Administration login is on '''kck''' subdomain of your PKC Instance. | To perform the users management task, system administrator need to login into Keycloak Administration console. Default URL of Administration login is on '''kck''' subdomain of your PKC Instance. | ||
<pre>https://kck.[your-domain]</pre> | |||
== KeyCloak Administration Console == | == KeyCloak Administration Console == |
Revision as of 07:05, 20 February 2022
Introduction
This page is a references on how to manage the user identity on PKC Instances. Target audience for this page is the system administrator of PKC Instance.
What is KeyCloak
Keycloak is Open Source Identity and Access Management used by Personal Knowledge Container to perform User Authentication. Each user that need to access the PKC Instances, need to be registered in Keycloak service. For further information regarding Keycloak, please visit the [Keycloak Homepage]
Managing Users
To perform the users management task, system administrator need to login into Keycloak Administration console. Default URL of Administration login is on kck subdomain of your PKC Instance.
https://kck.[your-domain]