Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

JWT Token Validation

tobias96
Explorer
0 Kudos
521

Hello to all,

I need to validate a JWT Token some Application is sending this to me, but I do not know how to validate this.

I see a example with Google Cloud Plattform but this is not allowed in case of security. We do not have SAP Cloud, but we have now the HANA DB.

Maybe someone knows how to validate this in ABAP.

This Token I need to verify, maybe there is some functionality inside SAP.

DATA(lv_gw_token) = mo_request->GET_HEADER_FIELD( 'x-gateway-token' ).
1 REPLY 1

prateek_p_singh
Newcomer
0 Kudos
281

Were you able to find a solution to this ? Is there any class or FM in ABAP to do JWT validation ?