Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
2427 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
how to configure apacheDS Ldap with the appian? In general any Ldap with Appian.
raghunandanj3904
Certified Senior Developer
over 11 years ago
how to configure apacheDS Ldap with the appian? In general any Ldap with Appian. Could some one suggest any documentation on the steps involved.
I checked in the dopcuments and ended up here:
forum.appian.com/.../Authentication
Need some more clarity on this.
Thanks....
OriginalPostID-69948
OriginalPostID-69948
Discussion posts and replies are publicly visible
Parents
0
Eric
Appian Employee
over 11 years ago
1. You need to have the user account in your LDAP system and Appian. Spring Security will authenticate the user against LDAP, but will fail to log the user into Appian as there is no user account. You will probably want to do one of the following:
Create Appian user accounts in a scheduled process based on an LDAP query by utilizing the "LDAP User Profile Sync with Usernames" smart service plugin in the Shared Components.
Create Appian user accounts during the authentication process once it is determined that the user has authenticated, but they do not have an Appian account. You would need to write a custom method and integrate it into your Spring Security setup to do this.
Determining which of those to use really depending on your specific requirements.
2. One way to provide a different userDn and Password would be to set the serverA and serverB entries into two separate authentication providers.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eric
Appian Employee
over 11 years ago
1. You need to have the user account in your LDAP system and Appian. Spring Security will authenticate the user against LDAP, but will fail to log the user into Appian as there is no user account. You will probably want to do one of the following:
Create Appian user accounts in a scheduled process based on an LDAP query by utilizing the "LDAP User Profile Sync with Usernames" smart service plugin in the Shared Components.
Create Appian user accounts during the authentication process once it is determined that the user has authenticated, but they do not have an Appian account. You would need to write a custom method and integrate it into your Spring Security setup to do this.
Determining which of those to use really depending on your specific requirements.
2. One way to provide a different userDn and Password would be to set the serverA and serverB entries into two separate authentication providers.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data