Difference between revisions of "Authenticate (Activity)"
(→Example) |
(→Example) |
||
(7 intermediate revisions by one other user not shown) | |||
Line 12: | Line 12: | ||
| category = UBIK Web | | category = UBIK Web | ||
| returns = true if successful | | returns = true if successful | ||
− | | version = 3.5 | + | | version = 3.5.0+ |
}} | }} | ||
Line 26: | Line 26: | ||
| Context || {{String}} || In || A Context is used to identify a View and all relevant Scopes, the Context name have to be configured in the client's settings | | Context || {{String}} || In || A Context is used to identify a View and all relevant Scopes, the Context name have to be configured in the client's settings | ||
|- align="left" | |- align="left" | ||
− | | DisplayName || {{String}} || | + | | DisplayName || {{String}} || || Name of the File |
|- align="left" | |- align="left" | ||
| Geo || [[GeoInformation]] || In || Location (Latitude, Longitude, Altitude) | | Geo || [[GeoInformation]] || In || Location (Latitude, Longitude, Altitude) | ||
|- align="left" | |- align="left" | ||
− | | Login || {{String}} || In || The Login Object holds the necessary information for managing logins to UBIK®, each Login name must be unique | + | | Login || {{String}} || In || The Login Object holds the necessary information for managing logins to UBIK®, each Login name must be unique |
|- align="left" | |- align="left" | ||
| Manufacturer || {{String}} || In || Computer Manufacturer, e.g., HP, DELL and and so forth | | Manufacturer || {{String}} || In || Computer Manufacturer, e.g., HP, DELL and and so forth | ||
Line 36: | Line 36: | ||
| Model || {{String}} || In || Computer model, e.g., Pavilion, Inspiron and and so forth | | Model || {{String}} || In || Computer model, e.g., Pavilion, Inspiron and and so forth | ||
|- align="left" | |- align="left" | ||
− | | OperatingSystem || {{OSTypes}} || In || An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs | + | | OperatingSystem || {{OSTypes}} || In || An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs |
|- align="left" | |- align="left" | ||
− | | Password || {{String}} || In || Configures the options for a username/password style authentication | + | | Password || {{String}} || In || Configures the options for a username/password style authentication |
|- align="left" | |- align="left" | ||
− | | Result || {{Boolean}} || Out || | + | | Result || {{Boolean}} || Out || True or False |
|- align="left" | |- align="left" | ||
| Satellite || {{String}} || In || Configuration of allowed devices to connect to the system | | Satellite || {{String}} || In || Configuration of allowed devices to connect to the system | ||
Line 63: | Line 63: | ||
|- align="left" | |- align="left" | ||
| Application || "APP_MT" | | Application || "APP_MT" | ||
+ | |- align="left" | ||
| AuthenticationResult || "token" | | AuthenticationResult || "token" | ||
+ | |- align="left" | ||
+ | | Context || "CMT_MT" | ||
+ | |- align="left" | ||
+ | | DispalyName || "Authenticate" | ||
+ | |- align="left" | ||
+ | | Geo || "New UBIK.Kernel.GeoInformation(18, 42, 333)" | ||
+ | |- align="left" | ||
+ | | Login || "User" | ||
+ | |- align="left" | ||
+ | | Manufacturer || "my PC" | ||
+ | |- align="left" | ||
+ | | Model || "......." | ||
+ | |- align="left" | ||
+ | | OperatingSystem || "UBIK.Service.DTO.V220.OSTypes.X_IOS" | ||
+ | |- align="left" | ||
+ | | Password || "" | ||
+ | |- align="left" | ||
+ | | Result || "" | ||
+ | |- align="left" | ||
+ | | Satellite || "myDevice" | ||
+ | |- align="left" | ||
+ | | ServiceVersion || "350" | ||
+ | |- align="left" | ||
+ | | USAMUrl || "https://81.10.184.186:888/UBIK/DBG/AUG/MT/TEMPLATE/USAM/USAM.svc" | ||
|} | |} | ||
Line 70: | Line 95: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− |
Latest revision as of 11:47, 22 April 2020
This activity verifies login information and retrieves an Authentication Object using the UBIK USAM Service.