Creating input and output policy contracts
Before creating a PingOne Verify policy fragment, create policy contracts to define which attributes are provided to and collected from the adapter.
Steps
-
Create an input policy contract.
Learn more in Policy contracts in the PingFederate documentation.
-
In the PingFederate administrative console, go to Authentication > Policies > Policy Contracts.
-
Click Create New Contract.
-
On the Contract Info tab, in the Contract Name field, enter a name, such as
PingOneVerifyInput
. Click Next. -
On the Contract Attributes tab, add attributes to provide to the PingOne Verify IdP Adapter, such as
email
andusername
. Click Save.
-
-
Create an output policy contract.
-
Click Create New Contract.
-
On the Contract Info tab, in the Contract Name field, enter a name, such as
PingOneVerifyOutput
. Click Next. -
On the Contract Attributes tab, add user attributes to get from the PingOne Verify IdP Adapter, such as
email
,username
, andstatus
. Click Save.
-