Generate JWT token for Oracle REST API authorization
Hello community,
I am working on generating a JWT token to access APIs instead of using basicauthentication. I am following the steps outlined in this guide:
I have completed all the steps up to Step 4, where the token is generated. However, I am encountering an error at this stage.
I have placed all the required files obtained from WebLogic in the same directory as GenerateJWT.java
, but I am unsure if I have followed the process correctly.
Despite searching for a solution, I still don't know what the next steps. Any guidance or suggestions would be greatly appreciated.
Thank you in advance
Tagged:
0