i am getting a 405 error when i try to use this endpoint : {{url}}/authorization/v2/oauth-details (url : https://esignet-mock.collab.mosip.net/)
Body of post request :
{
"requestTime": "*{{$isoTimestamp}}*",
“request”: {
“clientId”: “{{clientId}}”,
“scope”: “sample_vc_mdoc”,
“responseType”: “code”,
“redirectUri”: “{{redirectionUrl}}”,
“display”: “popup”,
“prompt”: “login”,
“acrValues”: “mosip:idp:acr:generated-code”,
“nonce” : “{{nonce}}”,
“state” : “{{state}}”,
“claimsLocales” : “en”,
“codeChallenge” : “{{codeChallenge}}”,
“codeChallengeMethod” : “{{codeChallengeMethod}}”
}
}
