oAuth Redirect URI setup
回答済みHi - I am configuring an app with oAuth 2.0 JWT authentication. I have followed the steps mentioned in the box documentation, but I am unable to figure out where do I set the redirect URI. I did not find an attribute to set the URI.
I will appreciate any help.
Thanks,
Sid
-
I am not sure I understand your response, let me explain what I am trying to achieve. May be I am doing it wrong.
1> We have an application in which a user can integrate with their box account
2> I have a link in our application, when the user clicks the link the system should navigate to box login and after the user is authenticated I expect the box to redirect back to the application with a code (that will be used to generate a token). The URL is - https://account.box.com/api/oauth2/authorize?response_type=code&client_id={}&redirect_uri={}&state=box.
Currently when the browser navigates to above URL I am getting an error on the navigated box page
Error: redirect_uri_mismatch
Show Error Details- response_type=code
- redirect_uri={}
- state=box
- client_id={}
I do not see any attribute to set the redirect URI in the Configuration tab on Box admin page?
投稿コメントは受け付けていません。
コメント
6件のコメント