I’m trying to call the Authorize endpoint (first just testing in Postman) as follows:
https://myoktapreview.com/oauth2/v1/authorize?client_id=&response_type=code&response_mode=query&scope=openid
&state=&sessionToken=
I’m getting an error 404 not found. Any ideas what could cause this? Thanks!