Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
UNIGINE Posted April 16 Posted April 16 Hello Team! We are encountering an issue with attaching OAuth 2.0 authorization through our service. We have added a new method within the "Login & Registration" section, specifying the following parameters: Grant Type: Authorization Code Client Authentication: HTTP Basic Endpoints: Authorization Endpoint: https://my-auth-service.com/oauth/authorize Token Endpoint: https://my-auth-service.com/oauth/token User Information Endpoint: https://my-auth-service.com/oauth/owner The authorization process proceeds correctly until a certain step. After filling out the form with data in our service, we are redirected to the page https://my-forum.com/oauth/callback/?code={CODE}&state={STATE}. According to OAuth 2.0 protocol, we should extract the code from the query parameter and request authorization tokens. However, the issue lies in the fact that the page https://my-forum.com/oauth/callback/?code={CODE}&state={STATE} does not prompt for these tokens. Could you please assist us in identifying where the problem lies and how we can rectify it? Thank you for your attention to this matter.
Recommended Posts