Ahmed Shaheen
a-shaheen.bsky.social
Ahmed Shaheen
@a-shaheen.bsky.social
Senior Oracle apex, Senior Business analyst
Reposted by Ahmed Shaheen
Calling REST services from APEX using OAuth2 as authentication method

In this blog post, we explore OAuth2 authentication further. It builds on the earlier blog post: Secure your Oracle APEX REST-service with OAuth2 – Standal.blog If we where to call the REST service, implemented earlier, we can…
Calling REST services from APEX using OAuth2 as authentication method
In this blog post, we explore OAuth2 authentication further. It builds on the earlier blog post: Secure your Oracle APEX REST-service with OAuth2 – Standal.blog If we where to call the REST service, implemented earlier, we can go about it this way. First we will create a Web Credential inside APEX Builder to keep the client id and secret secure. In App builder, choose "Workspace Utilities", then click on "Web Credentials" and "Create". Here the credential is created as OAuth2 Client Credentials. The use of the credentials is limited to the apex.oracle.com domain and the token routine.
standal.blog
November 19, 2024 at 11:57 AM