...
A more detailed description of how to create users is available in “User synchronisation”User Synchronization .
It starts with an unidentified user (resource owner) requests a resource from hotelkit. Hotelkit (Client) identifies the identification provider and returns the URL of the according authorization server (partner). This url must be set prior to the request at partner.sso.authorizationServer.
The user will be forwarded to the authorization server where he authenticates itself against the identity provider. The identity provider responds with an authToken. Hotelkit then validates this authToken at the identity provider and will be returned with user attributes.
...