Hi Ham di,
This one works for me
```curl -X GET \
'https://host/oxauth/restv1/authorize?client_id=39dec9db-1719-4fe0-a429-1f1eb8c94b42&scope=openid%20email%20phone%20address%20profile&response_type=code&state=%7Bstate%7D&nonce=%7Bnonce%7D&response_mode=form_post&redirect_uri=http%3A%2F%2Flocalhost%3A7080%2Foauth%2Fcallback' \
-H 'cache-control: no-cache' ```
thanks and regards
Mohit Mali