All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.mike.azure.auth.RequiredIssuerBuilder Maven / Gradle / Ivy

The newest version!
package fun.mike.azure.auth;

public class RequiredIssuerBuilder {
    public static String build(String tenantId) {
        return String.format("https://sts.windows.net/%s/",
                             tenantId);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy