Zurück zur Übersicht » REST - Logon - AutoLogin

REST - Logon - AutoLogin

REST-Interface

auto login for specific domain

Checks if auto-login-user for requested domain exists and automatically logs-in without any further checks. Finally redirects to ui.
Will be configured through db-preferences with domain as suffix (faq.matterial.com):

auth.autoLogin.supported.faq.matterial.com = true
auth.autoLogin.user.faq.matterial.com = faq

URL
GET <application-url>/api/logon/auto

Produces

Permission
-

Sample
GET http://localhost:8080/mtr-backend/api/logon/auto


login by LoginToken

Checks if hash is valid, logs-in the user, and redirects to ui.
URL
GET <application-url>/api/logon/auto/<loginTokenSeriesIdBase64>/<loginTokenBase64>

Path parameter

Query parameter

Produces

Permission
-

Sample
GET http://localhost:8080/mtr-backend/api/logon/auto/xxx/xxx