Register-CustomAdfs
Synopsis
Script voor het registreren van aangepaste Active Directory Federation Service (AD FS) als claimprovider met Azure Stack AD FS
Syntaxis
Register-CustomAdfs [-CustomADFSFederationMetadataEndpointUri <Object>]
[-CustomADFSFederationMetadataFileContent <Object>] [-TimeoutInSecs <Object>] [-CustomAdfsName <Object>]
[-SigningCertificateRevocationCheck <Object>] [-EncryptionCertificateRevocationCheck <Object>] [-AsJob]
Beschrijving
Script voor het registreren van aangepaste Active Directory Federation Service (AD FS) als claimprovider met Azure Stack AD FS
Voorbeelden
Voorbeeld 1
Register-CustomAdfs -CustomAdfsName "Contoso" -CustomADFSFederationMetadataEndpointUri "https://adfs.contoso.com/federationmetadata/2007-06/federationmetadata.xml" -TimeoutInSecs 1000
Voorbeeld 2
Register-CustomAdfs -CustomAdfsName "Contoso" -CustomADFSFederationMetadataFile "c:\temp\FederationMetadata.xml" -TimeoutInSecs 1000
Parameters
-CustomAdfsName
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CustomADFSFederationMetadataEndpointUri
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CustomADFSFederationMetadataFileContent
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-EncryptionCertificateRevocationCheck
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SigningCertificateRevocationCheck
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: CheckChainExcludeRoot
Accept pipeline input: False
Accept wildcard characters: False
-TimeoutInSecs
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 1000
Accept pipeline input: False
Accept wildcard characters: False
-AsJob
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Volgende stappen
Zie Het bevoegde eindpunt gebruiken in Azure Stack Hub voor informatie over het openen en gebruiken van het bevoegde eindpunt.