Shop nur für Gewerbetreibende

Anleitung für HID-DigitalPersona - O365 (Englisch)


Wir verfassen regelmäßig neue Anleitungen und Dokumentationen, um Ihnen die Multi-Faktor-Authentifizierung mit unseren Produkten so einfach wie möglich zu machen. Sollten Sie dennoch ohne Hilfe nicht weiterkommen, wenden Sie sich gern an unseren Support.

+49 (4131) 60669-0

info@mtrix.de

DigitalPersona - O365 (Englisch)

  1. In a PowerShell session, perform the following steps to configure your Azure AD domain as a Federated domain: 
  2. Start a Windows PowerShell session. 
  3. Import the MSOnline mode by entering the following cmdlet. --> Import-Module MSOnline
  4. Connect to the online service by executing the following cmdlet. --> Connect-MSolService 
  5. Enter the Office 365 administrator username and password. 
  6. Verify that the domain name is listed by executing the following cmdlet. --> Get-MsolDomain -domain 
  7.  You should be able to see the name of the domain that you will be federating. 
  8. Get signing certificate from MetaData. Open the following URL in the Browser: https://dp-sts.mydomain.com/dppassivests/wsfed/metadata 
  9. Set Domain to federated domain

  • Set-MsolDomainAuthentication -DomainName mydomain.com -Authentication Federated -ActiveLogOnUri 
  • https://dp-sts.mydomain.com/DPActiveSTS/ActiveSecurityTokenService.svc/mixed/username/ -IssuerUri 
  • https://dp-sts.mydomain.com/dpsts -LogOffUri 
  • https://dp-sts.mydomain.com/dppassivests/wsfed -MetadataExchangeUri 
  • https://dp-sts.mydomain.com/DPActiveSTS/ActiveSecurityTokenService.svc/mex -PassiveLogOnUri
  • https://dp-sts.mydomain.com/dppassivests/wsfed -PreferredAuthenticationProtocol WSFED -SigningCertificate MYBASE64Certificate