Can't able to see access code while configuring Auth2.0 for EPMAutomate
Summary:
We are configuring Auth2.0 for EPMAutomate. We are following below Oracle document. Curl command was not working so Oracle suggest the same command you can run from PowerShell using Invoke-RestMethod. Using this Here we can generate Device code , user_code, verification_uri etc. After URL verification next step is to generate access token and refresh token using PowerShell But here the problem is Access code is too big I can't see the entire response in powershell output. As access code itself too big other things like token_type, expires_in and refresh_token also not visible. How to see the Access token and refresh token in PowerShell.?
0