Step 2: Verify domain ownership - identity_federation - Latest

Precisely Identity Federation Guide

Product type
Software
Portfolio
notrequired_portfolio
Product family
Product
Precisely Identity Federation
Version
Latest
ft:locale
en-US
Product name
Precisely Identity Federation
ft:title
Precisely Identity Federation Guide
Copyright
2024
First publish date
2024
ft:lastEdition
2026-04-15
ft:lastPublication
2026-04-15T15:05:29.095000
L1_Product_Gateway
L2_Product_Segment
L3_Product_Brand
L4_Investment_Segment
L5_Product_Group
L6_Product_Name

Once the service provider has been configured, this step allows Precisely to verify you are authorized to validate identities for the specified email domain.

  1. Copy the Ownership Verification Hostname and use it to create a new TXT record in your DNS zone.
  2. In the TXT record, use the Hostname value as the subdomain name. The value of the TXT record can be anything, only the domain is validated.
    Tip: A proper DNS configuration will have an ANSWER SECTION in the response, where the fully qualified hostname appears on the left and "verifier" assigned to the arbitrary TXT value appears on the right. Run the dig command and substitute the ownership verification hostname with the GUID you were provided and use your domain name.
    Example:
    $ dig TXT ownership_verification_hostname_guid.yourdomain.com
    Output:
    ; <<>> DiG 9.10.6 <<>> TXT ownership_verification_hostname_guid.yourdomain.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30083
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 512
    ;; QUESTION SECTION:
    ;ownership_verification_hostname_guid.yourdomain.com. IN TXT
    
    ;; ANSWER SECTION:
    ownership_verification_hostname_guid.yourdomain.com. 60 IN TXT "the arbitrary text value you configured in the DNS entry"
    
    ;; Query time: 27 msec
    ;; SERVER: 10.0.0.1#53(10.0.0.1)
    ;; WHEN: Wed Feb 26 08:11:27 EST 2025
    ;; MSG SIZE rcvd: 114
  3. Once the TXT record has been created, click Verify and the portal will validate your domain.
  4. (Optional) Once ownership has been verified, delete the TXT record.