< Back
Get-AADIntOpenIDConfiguration
Post
NAME Get-AADIntOpenIDConfiguration
SYNOPSIS
Returns OpenID configuration of the given domain or user
SYNTAX
Get-AADIntOpenIDConfiguration -Domain <String> [<CommonParameters>]
Get-AADIntOpenIDConfiguration -UserName <String> [<CommonParameters>]
DESCRIPTION
Returns OpenID configuration of the given domain or user
PARAMETERS
-Domain <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-UserName <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-AADIntOpenIDConfiguration -UserName "user@company.com"
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-AADIntOpenIDConfiguration -Domain company.com
authorization_endpoint :
https://login.microsoftonline.com/5b62a ... /authorize
token_endpoint :
https://login.microsoftonline.com/5b62a ... uth2/token
token_endpoint_auth_methods_supported : {client_secret_post, private_key_jwt, client_secret_basic}
jwks_uri : https://login.microsoftonline.com/common/discovery/keys
response_modes_supported : {query, fragment, form_post}
subject_types_supported : {pairwise}
id_token_signing_alg_values_supported : {RS256}
http_logout_supported : True
frontchannel_logout_supported : True
end_session_endpoint :
https://login.microsoftonline.com/5b62a ... th2/logout
response_types_supported : {code, id_token, code id_token, token id_token...}
scopes_supported : {openid}
issuer : https://sts.windows.net/5b62a25d-60c6-4 ... 3e8b8ba4a/
claims_supported : {sub, iss, cloud_instance_name, cloud_instance_host_name...}
microsoft_multi_refresh_token : True
check_session_iframe :
https://login.microsoftonline.com/5b62a ... 2/checkses
sion
userinfo_endpoint :
https://login.microsoftonline.com/5b62a ... d/userinfo
tenant_region_scope : EU
cloud_instance_name : microsoftonline.com
cloud_graph_host_name : graph.windows.net
msgraph_host : graph.microsoft.com
rbac_url : https://pas.windows.net
RELATED LINKS
SYNOPSIS
Returns OpenID configuration of the given domain or user
SYNTAX
Get-AADIntOpenIDConfiguration -Domain <String> [<CommonParameters>]
Get-AADIntOpenIDConfiguration -UserName <String> [<CommonParameters>]
DESCRIPTION
Returns OpenID configuration of the given domain or user
PARAMETERS
-Domain <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-UserName <String>
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-AADIntOpenIDConfiguration -UserName "user@company.com"
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-AADIntOpenIDConfiguration -Domain company.com
authorization_endpoint :
https://login.microsoftonline.com/5b62a ... /authorize
token_endpoint :
https://login.microsoftonline.com/5b62a ... uth2/token
token_endpoint_auth_methods_supported : {client_secret_post, private_key_jwt, client_secret_basic}
jwks_uri : https://login.microsoftonline.com/common/discovery/keys
response_modes_supported : {query, fragment, form_post}
subject_types_supported : {pairwise}
id_token_signing_alg_values_supported : {RS256}
http_logout_supported : True
frontchannel_logout_supported : True
end_session_endpoint :
https://login.microsoftonline.com/5b62a ... th2/logout
response_types_supported : {code, id_token, code id_token, token id_token...}
scopes_supported : {openid}
issuer : https://sts.windows.net/5b62a25d-60c6-4 ... 3e8b8ba4a/
claims_supported : {sub, iss, cloud_instance_name, cloud_instance_host_name...}
microsoft_multi_refresh_token : True
check_session_iframe :
https://login.microsoftonline.com/5b62a ... 2/checkses
sion
userinfo_endpoint :
https://login.microsoftonline.com/5b62a ... d/userinfo
tenant_region_scope : EU
cloud_instance_name : microsoftonline.com
cloud_graph_host_name : graph.windows.net
msgraph_host : graph.microsoft.com
rbac_url : https://pas.windows.net
RELATED LINKS