File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
msal4j-sdk/src/main/java/com/microsoft/aad/msal4j Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class AadInstanceDiscoveryProvider {
22
22
private static final String AUTHORIZE_ENDPOINT_TEMPLATE = "https://{host}/{tenant}/oauth2/v2.0/authorize" ;
23
23
private static final String INSTANCE_DISCOVERY_ENDPOINT_TEMPLATE = "https://{host}:{port}/common/discovery/instance" ;
24
24
private static final String INSTANCE_DISCOVERY_REQUEST_PARAMETERS_TEMPLATE = "?api-version=1.1&authorization_endpoint={authorizeEndpoint}" ;
25
- private static final String HOST_TEMPLATE_WITH_REGION = "{region}.{host}" ;
25
+ private static final String HOST_TEMPLATE_WITH_REGION = "{region}.r. {host}" ;
26
26
private static final String SOVEREIGN_HOST_TEMPLATE_WITH_REGION = "{region}.{host}" ;
27
27
private static final String REGION_NAME = "REGION_NAME" ;
28
28
private static final int PORT_NOT_SET = -1 ;
You can’t perform that action at this time.
0 commit comments