Get-MsIdAuthorityUri
SYNOPSIS
Build Microsoft Identity Provider Authority URI
SYNTAX
Common (Default)
Get-MsIdAuthorityUri [-TenantName <String>] [-TenantId <String>] [-AppType <String>]
[-OAuth2EndpointVersion <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
AzureAd
Get-MsIdAuthorityUri [-AzureAd] [-TenantName <String>] [-TenantId <String>] [-AppType <String>]
[-OAuth2EndpointVersion <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
AzureAdB2c
Get-MsIdAuthorityUri [-AzureAdB2c] -TenantName <String> [-TenantId <String>] -Policy <String>
[-AppType <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Msa
Get-MsIdAuthorityUri [-Msa] [-AppType <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
{{ Fill in the Description }}
EXAMPLES
EXAMPLE 1
Get-MsIdAuthorityUri
Get common Microsoft authority URI endpoint.
EXAMPLE 2
Get-MsIdAuthorityUri -TenantId contoso.com
Get Microsoft IdP authority URI endpoint for a specific organizational tenant (Azure AD).
EXAMPLE 3
Get-MsIdAuthorityUri -AzureAd
Get Microsoft IdP authority URI endpoint for any organizational account (Azure AD).
EXAMPLE 4
Get-MsIdAuthorityUri -Msa
Get Microsoft IdP authority URI endpoint for any Microsoft consumer account (MSA).
EXAMPLE 5
Get-MsIdAuthorityUri -AzureAdB2c -TenantName contoso -Policy B2C_1_SignUp
Get Microsoft IdP authority URI endpoint for a specific organization B2C tenant (Azure AD B2C) using the B2C_1_SignUp policy.