Grundlagen6
App6
REST-Endpunkte44
- Activity
- Category
- Category - CategoryType
- ChangeLog
- Client
- Client - ClientPreference
- Client - CompanyInfoResource
- Client - Logo
- Comment
- Conversion
- Document
- Document - AdditionalProperty
- Document - ChangeLog
- Document - ExtensionValue
- Document - Lock
- Document - Rating
- Document - SavedSearch
- Document - Search
- InstanceControl
- InstanceControl - MtrMessage
- InstanceControl - Preference
- Language
- Licence
- Logon
- Logon - AutoLogin
- Logon - LTI
- Logon - MagicLink
- Logon - Ntlm
- Logon - OAuth2 - Cobot
- Logon - OAuth2 - Google
- Logon - OAuth2 - Microsoft
- Logon - Saml
- Notification
- Person
- Person - AccountSetting
- Person - Search
- Role
- Skin
- Task
- Task - TaskStatus
- TempFile
- Test
- Tracking
- Version
API-Objekte41
- AccountSetting
- Activity
- AdditionalProperty
- Attachment
- Category
- CategoryType
- Client
- Comment
- CompanyInfoItem
- Credential
- CredentialWithInvitationText
- DataSource
- Document
- DocumentChangeLog
- DocumentChangeLogMap
- DocumentClipBoardEntry
- DocumentDuplicate
- DocumentForPdfConversion
- DocumentLock
- ExtensionValue
- Language
- Licence
- LicenceUsage
- LoginData
- Logon
- MtrMessage
- MtrVersion
- NotificationContainer
- PasswordContainer
- Person
- PreferenceMapContainer
- Role
- SavedSearch
- SearchAutocompleteSuggest
- SearchResult<Document/Person>
- Signup
- Task
- TaskStatus
- TempFileDescriptor
- TrackingItem
- WildflyDataSource
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
URLGET <application-url>/api/logon/auto
Produces
- 303 SEE_OTHER
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.
URLGET <application-url>/api/logon/auto/<loginTokenSeriesIdBase64>/<loginTokenBase64>
Path parameter
- loginTokenSeriesIdBase64
- loginTokenBase64
Query parameter
- dataSourceName
The desired dataSource name - rememberMe
possible: true, false
default: false
Remember the user on success (cookie + tempKey) - overwriteServerUrl
Special option for webdev:
possibility to overwrite the serverUrl of the datasource.
Format: http://localhost:8080
Produces
- 303 SEE_OTHER
Permission-
Sample
GET http://localhost:8080/mtr-backend/api/logon/auto/xxx/xxx