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

com.github.choonchernlim.security.adfs.saml2.CustomAuthnContext Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package com.github.choonchernlim.security.adfs.saml2;

/**
 * ADFS-specific authentication method.
 */
public final class CustomAuthnContext {
    /**
     * Windows integration authentication.
     */
    public static final String WINDOWS_INTEGRATED_AUTHN_CTX = "urn:federation:authentication:windows";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy