Skip to Main Content

Breadcrumb

Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions

Question and Answer

Connor McDonald

Thanks for the question.

Asked: September 22, 2025 - 4:45 pm UTC

Last updated: October 02, 2025 - 9:33 am UTC

Version: 24.2

Viewed 100+ times

You Asked

Hi,

Does Oracle have any plans to support RS256 in Apex ?

Thanks


https://apexapps.oracle.com/pls/apex/r/apex_pm/ideas/details?idea=FR-4418&session=105003035734261

and Connor said...

As per the docs in 24.2

"APEX_JWT APIs only support HS256 symmetric encryption algorithm for claim signatures. Asymmetric encryption algorithms such as RS256 are not supported"

But ultimately, APEX_JWT is an API layer built on top of the DBMS_CRYPTO package, which in 19c does not full public key support, and hence RS256 is not available.

DBMS_CRYPTO does get that support in 21 and 23ai, but 99% of customers are still on 19c.

Of course, there has been 28 RUs of 19c and hence DBMS_CRYPTO has continued to evolve in 19c as well, so hopefully it will come in due course to APEX.

Addenda: Ilmar Kern has a home grown one if you want

https://ilmarkerm.eu/blog/2023/10/validating-jwt-tokens-with-rs256-signatures-in-pl-sql/

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library