PASTAplus / auth

PASTA+ Authentication Service
Apache License 2.0
0 stars 0 forks source link

Handle Cancel button in oauth flow #24

Closed rogerdahl closed 5 months ago

rogerdahl commented 7 months ago

Some IdPs have a Cancel button in the login dialog. When clicked, the IdP redirects back to the app without providing the code query parameter. This scenario is currently unhandled in the auth service. When handled, the effect should be as if login was not attempted.