Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Constructing User DN using principal name

1002946Apr 14 2013
Our application needs to construct User DN after successful authentication for authorization.Currently what application has is user principal name.

User principal name is of format: Userame@RealmName And user DN is of the form
cn=<Username>,cn=Users,cn=<DomainName>,cn=com

As Realm need not be always same as Domain name: How to get this <DomainName> using the Realm in the user name?
Any suggestions to solve this problem would be of help.

Thanks,
Dipti

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 12 2013
Added on Apr 14 2013
0 comments
1,032 views