Skip to content

IdentitySource Define

Paritech.OMS2.Control IdentitySource Define <Hub> <Source> <Name> [Options...]

Defines an Account’s metadata in OMS.

FieldDescription
HubThe OMS-2 Hub to connect to.
SourceThe identifying code of the Identity Source.
NameThe friendly description of the Source.
OptionDescription
-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.

The process result will be 0 on success, and a negative value on failure.

Terminal window
Paritech.OMS2.Control IdentitySource Define XOSP Auth "Local Auth Server" -Auth JWT -Param Issuer https://auth.xosp.localhost/

Utilises the /identity/source API.