keycloak Invalid parameter: redirect_uri

前端 未结 17 2131
旧时难觅i
旧时难觅i 2020-12-13 03:27

When I am trying to hit from my api to authenticate user from keycloak, but its giving me error Invalid parameter: redirect_uri on keycloak page. I have created my own realm

17条回答
  •  遥遥无期
    2020-12-13 03:47

    even I faced the same issue. I rectified it by going to the particular client under the realm respectively therein redirect URL add * after your complete URL.

    THE PROBLEM WILL BE SOLVED

    Example: redirect URI: http:localhost:3000/myapp/generator/*

提交回复
热议问题