You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/aad/msal4j/IllegalArgumentExceptionMessages.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ class IllegalArgumentExceptionMessages {
7
7
8
8
finalstaticStringAUTHORITY_URI_EMPTY_PATH_SEGMENT = "Authority Uri should not have empty path segments";
9
9
10
+
finalstaticStringAUTHORITY_URI_MISSING_PATH_SEGMENT = "Authority Uri must have at least one path segment. This is usually 'common' or the application's tenant id.";
11
+
10
12
finalstaticStringAUTHORITY_URI_EMPTY_PATH = "Authority Uri should have at least one segment in the path";
0 commit comments