Authorization and Tokenization in ODA
Summary
Use of Authentication Services for Oracle SaaSContent
Hi,
We are implementing the Authentication Services from the Oracle Digital Assistant. We have created a Service for Google and
implemented it which asks Google Id and Password for authentication which generates Token and stores in a variable, in code itself.
Navigation on ODA instance: Settings>>Authentication Services>>CreateService
Now, our requirement is to create authentication service for our Oracle SaaS instance. So our question is,
1. How we can get the parameters which are asked while creating the service, namely Token EndPoint URL, Authorization EndPoint URL,
Client ID, Client Secret, Scopes & Subject Claim for the SaaS instance?
0