IdentitySource Define
Paritech.OMS2.Control IdentitySource Define <Hub> <Source> <Name> [Options...]
Defines an Account’s metadata in OMS.
Arguments
Section titled “Arguments”Field | Description |
---|---|
Hub | The OMS-2 Hub to connect to. |
Source | The identifying code of the Identity Source. |
Name | The friendly description of the Source. |
Available Options
Section titled “Available Options”Option | Description |
---|---|
-Auth | Authentication Type. Only supports JWT. |
-Meta | Supplies a metadata key/value. Can be specified multiple times. |
-Param | Supplies a parameter key/value. Can be specified multiple times. |
Output
Section titled “Output”The process result will be 0 on success, and a negative value on failure.
Examples
Section titled “Examples”Paritech.OMS2.Control IdentitySource Define XOSP Auth "Local Auth Server" -Auth JWT -Param Issuer https://auth.xosp.localhost/
More Information
Section titled “More Information”Utilises the /identity/source API.