The figure illustrates the flow of basic authentication for human users. The flow is
as follows:
- The client requests a protected OSM resource.
- The Authentication Service validates if request is authenticated.
- WebLogic redirects to the OSM login page.
- The client sends the username and password to the Authentication service in
Weblogic.
- External LDAP authenticates user's credential.
- Weblogic returns the protected resource.