IAM 11.1.1.5.0: Custom Plugins
Hi,
I have a form-based AuthN Scheme, with "LDAPPlugin" as the AuthNModule and a custom login page. Besides "username" & "password", the Login Form has another text field named "ldap_store". I want to set the plugin parameter KEY_IDENTITY_STORE_REF on "stepUI" of "LDAPPlugin" to the value of "ldap_store" field.
To achieve this I coded a custom plugin of type "Authentication" and added it as an additional step before "stepUI" of LDAPPlugin. In my custom plug-in, I have set KEY_IDENTITY_STORE_REF to a hard-coded User Identity Store value. Authentication works as expected against the hard-coded Store.
I have a form-based AuthN Scheme, with "LDAPPlugin" as the AuthNModule and a custom login page. Besides "username" & "password", the Login Form has another text field named "ldap_store". I want to set the plugin parameter KEY_IDENTITY_STORE_REF on "stepUI" of "LDAPPlugin" to the value of "ldap_store" field.
To achieve this I coded a custom plugin of type "Authentication" and added it as an additional step before "stepUI" of LDAPPlugin. In my custom plug-in, I have set KEY_IDENTITY_STORE_REF to a hard-coded User Identity Store value. Authentication works as expected against the hard-coded Store.
0