How can I create an OAuth 2.0 Redirect URI?

回答済み
新規投稿

コメント

1件のコメント

  • Nayak

    Hi , The oauth redirect url is where the browser will be redirected after successful authorization to the application by the user. If you dont have a web application, you can specify a dummy url like http://localhost Post authorization you need to capture the value from the url directly in such case (for ex http://localhost/defend/callback?code=aaaaaaaadddddddddd )

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。