Showing posts with label Oracle Access Manager. Show all posts
Showing posts with label Oracle Access Manager. Show all posts

Wednesday, May 24, 2017

OAM: Learning the basics - Part 2 - OAM Screens

The following is the second post of the series, OAM: Learning the basics. 

This series is intended to guide you through understanding the basic concepts of OAM. I assume, no prior knowledge and experience of OAM on your part.

Login into your OAM console, refer to the first post of the series to check the OAM urls. Use weblogic username and password. The following images are from a fresh install of OAM PS3.







You should now be familiar with the screens, don't worry about what each tab/link does yet. We will discuss the same in details in future posts.

Keep following...

Next Post: http://iamsoaguru.blogspot.com/2017/05/oam-learning-basics-part-3.html
Previous Post: http://iamsoaguru.blogspot.com/2017/05/oam-learning-basics-part-1-urls.html




OAM: Learning the basics - Part 1 - Urls

The following is the first post of the series, OAM: Learning the basics. 


This series is intended to guide you through understanding the basic concepts of OAM. I assume, no prior knowledge and experience of OAM on your part.

URLs

1. Admin server url

http://<WLS_HOST>:<WLS_PORT>/console
e.g. http://iamsoaguru:7001/console

<WLS_HOST>: Host name on which the weblogic server is running
<WLS_PORT>: Port Number on which the weblogic server is running


2. OAM url

http://<OAM_HOST>:<WLS_PORT>/oamconsole
e.g.  http://iamsoaguru:7001/oamconsole

Note the port number, this is not your usual 14000 port number, this is the weblogic port as OAM is deployed as a web application on top of weblogic. 

That is all, simple right. Keep following....

Next Post: http://iamsoaguru.blogspot.com/2017/05/oam-learning-basics-part-2-oam-screens.html