Skip to Main Content

Java Development Tools

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!

ADF integration with AD

managed BEANFeb 26 2016 — edited Feb 29 2016

Hello experts

Very respectfully i come to you wishing some expertise clarifications.

I am researching about users login in ADF application (Jdev 12.1.3, but will update to 12.2.1) with AD credentials.

Standard way to make LDAP calls in ADF

http://java2go.blogspot.pt/2012/05/oracle-adf-with-sso-definitive-guide.html

I´m new at ADF and don´t have a minimal ideia about security logins.

What i need is to know if it´s possible to authenticate in ADF applications with AD username and password.

For what i saw, the answer is yes. But they start mentioning OIM, OID, ADFS, OVD, LDAP, etc..., and this got me confused like: OIM, OID and ADF - Confused!!!

So this got me to the very begining: The only way to achieve the ADF logins with ADUsers is with the above mentioned technologys?

My requirement is to get users login in the ADF application with the same credentials as stored in AD, but without the need to copy them to weblogic (with some provider), nor with the use of any aditional cost expensive tecnhology. Is it possible? How? Any tutorials well detailed would be nice to me.

I also need to be able to manage/create the groups/roles for each user for ADF application wich differ of AD roles/groups.

Hope to made my self clear.

Thanks everyone.

Regards,

Carlos

Comments

Dude!
To setup and troubleshoot VNC server is not difficult. The below is from my notes:
1. Type 'vncserver' to start the VNC server:

[oracle@ol1 ~]$ vncserver

New 'ol1.example.com:1 (oracle)' desktop is ol1.example.com:1

Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/ol1.example.com:1.log


2. To make sure VNC server is running:

[oracle@ol1 ~]$ ps -ef | grep vnc

oracle   12177     1  0 23:40 pts/1    00:00:00 Xvnc :1 -desktop ol1.example.com:1 (oracle)
-httpd /usr/share/vnc/classes -auth /home/oracle/.Xauthority -geometry 1024x768 -depth 16
-rfbwait 30000 -rfbauth /home/oracle/.vnc/passwd -rfbport 5901 -pn
oracle   12491 12148  0 23:48 pts/1    00:00:00 grep vnc

3. Verify VNC server is listening for connections and show TCP port:

[root@ol1 ~]# lsof -i tcp:5901
COMMAND   PID   USER   FD   TYPE  DEVICE SIZE NODE NAME
Xvnc    12177 oracle    4u  IPv4 5068242       TCP *:5901 (LISTEN)

4. Kill VNC server:

[oracle@ol1 .vnc]$ vncserver -kill ol1.example.com:1
To start a VNC session on your client computer:
Use VNCViewer or any other VNC client i.e. /System/Library/CoreServices/Screen Sharing (MacOSX).
In the address filed type your server's IP address and port. e.g. ol1.example.com:5901

You can then also connect to the server using a normal ssh session without X-Forwarding and
display a X-Windows application on the remote VNC client:

[oracle@ol1 .vnc]$ export DISPLAY=:1
[oracle@ol1 .vnc]$ xlock
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 28 2016
Added on Feb 26 2016
10 comments
2,079 views