Add-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.
Add-AXEnterprisePortalClaimsAuthenticationProvider
Adds a registered claims-based authentication provider to the Enterprise Portal server.
Syntax
Parameter Set: Default
Add-AXEnterprisePortalClaimsAuthenticationProvider -Name <String> -URL <String> [ <CommonParameters>]
Detailed description
The Add-AXEnterprisePortalClaimsAuthenticationProvider cmdlet associates an existing Microsoft SharePoint Server claims authentication provider with an Enterprise Portal site. All users of the authentication provider are added as users to the Enterprise Portal web application and are granted full control of the web application.
Parameters
-Name<String>
Specifies the name of the trusted identity provider that will be used to register the provider with SharePoint Server. The provider name will be used as the domain for the claims-based users that are registered with the provider. The provider name must be registered with the Enterprise Portal website.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-URL<String>
Specifies the URL for the Enterprise Portal site with which to register the claims authentication provider.
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 adds the LIVE-CONTOSO authentication provider to the Enterprise Portal site https://CONTOSO:5005.
C:\PS>Add-AXEnterprisePortalClaimsAuthenticationProvider -Name LIVE-CONTOSO -URL "https://contoso:5005"
Copyright Microsoft Corporation. All rights reserved.