web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Oracle JWT integration...
Power Automate
Unanswered

Oracle JWT integration with power Automate

(0) ShareShare
ReportReport
Posted on by
Hi Community,

I would appreciate some help or guidance in this.
I am trying to understand that the application authenticates to Oracle SME (Fusion Cloud) REST APIs using JSON Web Token (JWT) based authentication, as defined by RS256.
Within Power Automate, the JWT generation and API call will be implemented as follows:
1.
The private key required for signing the JWT will be securely stored in Azure Key Vault.
2. Generate JWT Token (Compose/Custom Action):
Build the JWT Header (JSON → Base64URL encode).
Build the JWT Payload with iss, prn, sub, iat, exp (JSON → Base64URL encode).
Sign the concatenated string with the private key using RS256 → produce the Signature.
Final token: base64url(header).base64url(payload).base64url(signature).
3.Use an HTTP action in Power Automate to call required endpoint:
Method: GET / POST (as required by the Oracle endpoint)
URL: https://<oracle-host>/path/to/api/endpoint
Headers:
Authorization: Bearer <JWT_TOKEN>
Content-Type: application/json
 

Could you please review the above approach and confirm if this aligns with the recommended pattern? Additionally, I would appreciate any suggestions, best practices, or considerations—especially regarding JWT generation within Power Automate or integration with Azure Key Vault—that we should incorporate.

 

Thank you

OracleJWTPA.png

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard