Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question.

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

Last updated: September 24, 2025 - 4:44 am UTC

Version: 24.2

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.

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