Hi team
My customer using APIGateway 10.15 and they created Oauth2 from API Gateway. when we get the token from invoke/pub.apigateway.oauth2:getAccessToken, such this :
output
{
“access_token”: “710c88b9238e4b208549cd034dbb3a4e3b6dce0b7d96485196dff3c95d1a4089”,
“token_type”: “Bearer”,
“expires_in”: 3600,
“scope”: “OAuthStartegyClient”
}
The question is how we can define the number of bit in the token from the generated results of getAccessToken services ? cause customers have requirements for tokens to be 2048 bit.
I really appreciate your help.
Thanks,
Dimas
#Flow-and-Java-services#webMethods#API-Management#Integration-Server-and-ESB#API-Gateway