Page created: 23 Jun 2021
|
Page updated: 16 Feb 2022
| 1 min read
Content Type How-to OpenID Connect Standards, specifications, and protocols
Create an HTML form IdP adapter to include the newly created LIP.
- Go to Authentication > Integration > IdP Adapters and click Create New Instance.
-
On the Type tab, enter a Instance
Name and Instance ID, and in the
Type list, select HTML From IdP
Adapter. Click Next.
-
On the IdP Adapter tab, select the Local
Identity Profile check box and select the newly-created LIP in
the list. Click Next.
-
On the Extended Contract tab, add all desired
attributes. Click Next.
- To add an attribute, enter the name in the empty field and click Add.
-
On the Adapter Attributes tab, in the
username row, select the
Pseudonym check box. Click
Next.
-
On the Adapter Contract Fulfillment tab, configure the
contract as follows. Click Next.
Attribute Value IsPhoneAvailable
#this.get("telephoneNumber")== null? false:#this.get("telephoneNumber").toString().equalsIgnoreCase("")?false:true
telephoneNumber
telephoneNumber
mail
mail
policy.action
policy.action
givenName
givenName
objectGUID
objectGUID
memberOf
memberOf
pi.template
{ "name": "strong_authentication"."variables": { "logourl"."https//www.logosurfer.com/wp-content/uploads/2018/03/kohls-log_0.png"."currency": "USD"."recipient": "Charlie Parker" }}
sn
sn
userPrincipalName
userPrincipalName
subjectDN
subjectDN
username
username
- On the Summary tab, review your entries. Click Save.