I've integrated microsoft active directory as user directory in confluence. Now let's say I receive following ldap info in java variables given on left:
username : sAMACCOUNTNAME
principal name: userPrincipalName
email: mail
How should I access user based on ldap attributes. Is there any userAccessor like interface for ldap?
Ankit,
What are you trying to accomplish? Your question is rather difficult to uderstand when you partly try to answer your own question.
If you are building an add-on then perhaps https://community.developer.atlassian.com is the best place to ask.
Our Single Sign-on add-on has the ability to use the client kerberos ticket, extract the userPrincipalName and based on your settings in the user directory find the email attribute of the user that logs in, which may be something similar to what you are trying to do.
If you could be more specific, I might be able to answer your question :)
Lars,
Kantega Single-Sign-on
Thanks Lars,
I'll post the question indeveloper forum as well and will try to be more specific this time. I'm trying to implement SSO using microsoft active directory as user directory. So my IdP sends some value in SAML response, I catch that in userPrincipalName. Then I want to search for that userPrincipalName in the AD to get the username of that user and log him in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes,
Thats exactly what our add-on does. :)
Have you concidered buying any of the current SSO add-ons on the marketplace?
Chreers,
Lars
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, I'm trying to build my own. :) If you could just point me in the right direction as to which API class can help me, I'll be grateful. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.