You can use OAuth 2.0 protocol in the Siebel REST API to authenticate users accessing incoming requests.
In general, the Siebel REST API layer contacts the OAuth server over a secure channel (for example, HTTPS) to validate the access token received or to obtain additional token information. The Siebel Server only requires a USERID to establish a Siebel Server session since authentication takes place outside of Siebel Server in either SSO or OAuth, and does not require a password.
-
Configure Siebel REST API for SSO. For more information about configuring SSO, see Siebel Security Guide.
-
Configure the OAuth token validation using an API Gateway. This must be done before the request reaches the Siebel application. For more information on Oracle API Gateway, see your supporting documentation.