Remove-AXEnterprisePortalClaimsAuthenticationProvider
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Remove-AXEnterprisePortalClaimsAuthenticationProvider
Removes a registered claims-based authentication provider from the Enterprise Portal server.
Syntax
Parameter Set: Default
Remove-AXEnterprisePortalClaimsAuthenticationProvider -Name <String> -URL <String> [ <CommonParameters>]
Detailed description
The Remove-AXEnterprisePortalClaimsAuthenticationProvider cmdlet removes a registered claims-based authentication provider from Enterprise Portal. The associated users no longer have access to the web application.
Parameters
-Name<String>
The name of the trusted identify provider to be removed.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-URL<String>
The Enterprise Portal Server website URL to remove the claims authentication provider from.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/?LinkID=113216
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
None
You cannot pipe input to this cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
None
The cmdlet does not generate any output.
Examples
This example removes the LIVE-CONTOSO authentication provider from the DynamicsAXEP Enterprise Portal site.
C:\PS>Remove-AXEnterprisePortalClaimsAuthenticationProvider -Name LIVE-CONTOSO -URL https://DynamicsAXEP:5000
Related topics
Add-AXEnterprisePortalClaimsAuthenticationProvider
Copyright Microsoft Corporation. All rights reserved.