Skip to content

Commit 3bf60f2

Browse files
committed
Revert unintentional commit
1 parent afa5133 commit 3bf60f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/AadInstanceDiscoveryProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AadInstanceDiscoveryProvider {
2222
private static final String AUTHORIZE_ENDPOINT_TEMPLATE = "https://{host}/{tenant}/oauth2/v2.0/authorize";
2323
private static final String INSTANCE_DISCOVERY_ENDPOINT_TEMPLATE = "https://{host}:{port}/common/discovery/instance";
2424
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}";
2626
private static final String SOVEREIGN_HOST_TEMPLATE_WITH_REGION = "{region}.{host}";
2727
private static final String REGION_NAME = "REGION_NAME";
2828
private static final int PORT_NOT_SET = -1;

0 commit comments

Comments
 (0)