We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c23462 commit 7b41d7dCopy full SHA for 7b41d7d
src/main/java/com/microsoft/aad/msal4j/Authority.java
@@ -35,9 +35,7 @@ abstract class Authority {
35
36
String authorizationEndpoint;
37
String tokenEndpoint;
38
-
39
- private final static String ADFS_AUTHORITY_FORMAT = "https://%s/%s/";
40
+
41
String deviceCodeEndpoint;
42
43
URL tokenEndpointUrl() throws MalformedURLException {
0 commit comments