CIAMAuthority Class
- java.
lang. Object - com.
microsoft. aad. msal4j. Authority - com.
microsoft. aad. msal4j. CIAMAuthority
- com.
- com.
public class CIAMAuthority
extends com.microsoft.aad.msal4j.Authority
Field Summary
Modifier and Type | Field and Description |
---|---|
static final java.lang.String | CIAM_HOST_SEGMENT |
Method Summary
Modifier and Type | Method and Description |
---|---|
protected static java.net.URL |
transformAuthority(URL originalAuthority)
This method takes a CIAM authority string of format "tenant. |
Methods inherited from com.microsoft.aad.msal4j.Authority
Methods inherited from java.lang.Object
Field Details
CIAM_HOST_SEGMENT
public static final String CIAM_HOST_SEGMENT
Method Details
transformAuthority
protected static URL transformAuthority(URL originalAuthority)
This method takes a CIAM authority string of format "tenant.ciamlogin.com" or "https://tenant.ciamlogin.com" and converts it into a full authority url with a path segment of format "/tenant.onmicrosoft.com"
Parameters:
Returns:
Throws: