question

Element Developer avatar image
Element Developer asked Phong Vu commented

OAU-108 Authorization code is expired

I am trying auth code flow and I got "Login error Error: Authorization code was not issued for this application" although the app is browser-based so the auth code flow should work.

However, I was still getting some code as you can see so I tried to get access token with it but I got

{
  "error" : "invalid_grant",
  "errors" : [ {
    "errorCode" : "OAU-108",
    "message" : "Authorization code is expired"
  } ],
  "error_description" : "Authorization code is expired"
}


What should I do?

authorizationtokencode
1 comment
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image Phong Vu ♦♦ commented ·

What is your app platform type? Or give me your app client id so I can check it for you.

0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.