openam-jp / openam

Other
32 stars 15 forks source link

Add "windows" to SAML AuthnContext type for Integrated Windows Authentication #261

Open ogis-song opened 2 years ago

ogis-song commented 2 years ago

Analysis

When OpenAM is running as SP, the value of AuthnContext in the AuthnStatement returned as SAML response from IdP should be able to be set to "windows" from the OpenAM Administrator UI. In the current implementation, "windows" is returned as the value of AuthnContext when integrated Windows authentication is used. The AuthnContext value can be set to "windows" by using ssoadm or rewriting the configuration data store with LDAP operations, but this cannot be done from the OpenAM Administrator UI.

Actual behavior

On the OpenAM Administrator UI, there is no "windows" in the "Authentication Context" values.

Solution

Add a new value "windows" for authentication context.

Expected behavior

"windows" is included in the "Authentication Context" value of the entity provider.

Testing

For new installations

For updates