To access your Active Auth, Passive Auth, and MEX URLs:
- Use Powershell to log in to your cloud O365 instance, and then enter
$cred=Get-Credential. - Enter your Admin credentials.
- Enter
Connect-MsolService -Credential $cred - Depending on your IDP, enter one of these commands:
- For ADFS:
Get-MsolFederationProperty. - For PingFederate and others like Okta:
Get-MsolDomainFederationSettings -DomainName <Federated Domain Name>.
- For ADFS:
- Copy the output of the above command. In the source section Microsoft Office 365, copy the values for the following fields:
- PassiveLogOnUriActiveLogOnUriMetadataExchangeUri
Use the values from the fields above to configure the respective fields in the Netskope UI below:
- Customer Passive Auth URLCustomer Active Auth URLCustomer Federation Metadata URL


