2021 Mar 18 8:39 AM
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' ).
2022 Aug 24 10:02 PM
Were you able to find a solution to this ? Is there any class or FM in ABAP to do JWT validation ?