How to make a username password request with auth0 custom api, getting error “unsupported grant type: password” error

前端 未结 3 2099
小蘑菇
小蘑菇 2021-01-04 05:36

I tried using the auth0 postman template to make an authentication request using username and password and I\'m getting an unsupported grant type: password error

3条回答
  •  自闭症患者
    2021-01-04 06:23

    Go to Default App > Settings >

    In the bottom of settings, Click {Show Advanced Settings}

    Select Grant Types Tab

    Check the password which is unchecked by default

    Post request to *//oauth/token and it works

提交回复
热议问题