This an example of a pure HTML/JavaScript page running inside of the Cloud CMS Application Server.
When you click on any of the links below, you will be taken to /auth/{providerId}
. This will redirect you to
the authentication provider for login. When you log in and grant access, you will be brought back and a cookie named
GITANA_TICKET
will be saved in your browser.
A user will be created in Cloud CMS automatically (autoRegister
) with the properties mapped from the
authentication provider.
The browser will then authenticate using this ticket and display some information from Cloud CMS.