You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a resolved GitHub issue #169 , similar issue still occurred in OAuth2 implementation. I'm guessing that the /oauth/logout endpoint also suppose to be idempotent.
In my use case, the web app hosted separately from the back-end Micronaut app. The back-end should exposes oauth/login and oauth/logout to the web app and integrated to AWS Cognito to perform these activities which orchestrated by Micronaut Security OAuth2 implementation.
Expected Behavior
Following a resolved GitHub issue #169 , similar issue still occurred in OAuth2 implementation. I'm guessing that the
/oauth/logout
endpoint also suppose to be idempotent.Actual Behaviour
Error thrown upon
/oauth/logout
API execution,Steps To Reproduce
In my use case, the web app hosted separately from the back-end Micronaut app. The back-end should exposes
oauth/login
andoauth/logout
to the web app and integrated to AWS Cognito to perform these activities which orchestrated by Micronaut Security OAuth2 implementation.Here's a snippet of the application properties,
Environment Information
No response
Example Application
No response
Version
4.5.1
The text was updated successfully, but these errors were encountered: