1.6.2 OFSAAI
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI) authenticates users using any web browser with a user name/password to login into the application. It is also possible to restrict access to content and services based on user attributes or, conversely, make them accessible internationally.
- Existing OFSAAI
- Install OFSAAI and authenticate
- End-User
- OFS Compliance Studio Application
- AAI
- External Application
- A user sends a request to access the OFS Compliance Studio application.
- The application displays the OFS Compliance Studio application login page:
- The user enters the credentials on the login page.
- The application sends the request to AAI for validation.
- AAI validates the credentials:
- For valid credentials, it displays the OFS Compliance Studio home page to the user.
- For invalid credentials, it displays an authentication error.
- The External Application sends the request with Bearer/Basic token to access the application through REST API.
- The application validates the Authorization Header using Pre-Filters.
- The application sends the response to the External
Application.
REST API: Representational State Transfer (REST) is a software architectural style that defines a set of constraints to create Web services. Web services that conform to the REST architectural style, called RESTful Web services, provide interoperability between computer systems on the internet.