Secure Oracle Integration Cloud REST endpoint with OAuth

preview_player
Показать описание
In this video, you will learn how to protect REST Endpoint with Oauth.

Integrations in Oracle Integration configured using the REST Adapter as a trigger are automatically exposed as OAuth-protected REST resources.

These resources can be consumed using the OAuth access token.
Рекомендации по теме
Комментарии
Автор

Excellent Video, very simple to understand and follow. Thank you

ShirishAavancha
Автор

This is lovely video. Understood OAuth in minutes. Thank you Ankur !

akhtarlatif
Автор

Excellent video.... which was very helpful for me to implement Oauth security in project

gandikotaram
Автор

Thank you so much for the detailed demo, it's very helpful.

venki
Автор

Hi Ankur,

This was really helpful. Thanks for sharing this with us.

MohsinKhanSC
Автор

Hi Ankur,

This is an excellent video ..thanks for covering this complex topic . I have implemented this oAuth as you have shown . I see that the service is getting invoked using bearer token as well as using basic auth .
1) Is there a way we can disable basic Auth for the REST service in OIC
2) And can we enable OAuth for a specific REST service, currently I see it is all or none.

Your valuable comments appreciated

RaHuLSaHa-cuzm
Автор

Thank You Ankur.

Nice Explanation sir.

Regards.
Sandeep

SanatanWarrior
Автор

Hi Ankur,
You explained it well. I have a concern on token expiration. Suppose our integration with REST trigger is to be used by a 3rd party application, can the same token be used as long as they want ?
Thanks

SMondalYT
Автор

Hi Ankur,
Thank you so much for your informative videos. Instead of exposing the scope for all the integrations, is there a way to expose only some integrations.?

bangalorelord
Автор

Hello, Excellent explanation, I have a question, when I add this app, do I have to pay extra for it?

MauricioHerrera
Автор

Hi
It's really a good video. I am following similar steps and trying to import a certificate but getting ' Failed to parse certificate data.'
Can you guide how to solve this issue?
Thanks

Oracle_Jobloyee
Автор

hi Ankur, for external consumer of oic, is it needed to take access to IDCS REST token generator, ?

visitermanvisiterman
Автор

Hi Ankur thanks for sharing the knowledge, have one doubt is there any way we dont have to give OIC username & password in oauth token call?

nishanksaxena
Автор

Hi Ankur, is there a way to tie scopes with integration services . Like for say 3 integration there will be a client id and token . For other 3 integration there will be another set of client id and token .

RaHuLSaHa-cuzm
Автор

Hi Ankur, thanks for the great video! I have one issue - i am getting 'Bad Request' in the Postman ' "the request can not be fulfilled due to bad syntax", do you have an idea which syntax (where) it might be reffering to? Can you please help me

klokov
Автор

What are security parameters we need to configure a oauth 2 type connection, like for hcm adapter and soap adapter

krishnarathor
Автор

Hi can you please show a demo for export packages as well, after getting bearer token..

PoonamGupta-vzei
Автор

Hi ankur, im exposing rest adapter as oauth and trigger type, so how will other application connect with oic in this case?do i need to share any details with them??

krishnarathor
Автор

Hi Ankur, Thanks for this helpful video. I am able to get the Bearer token, but while calling my rest apis with that getting 401, can you please help on this.

rahulpaul
Автор

In case of rest api for hcm how to pass this bearer and token value in rest adapter, we have oauth 2. Working for hcm adapter, but not for hcm rest api, what would you suggest here

krishnarathor