Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In case of error in the auth flow no logout is performed automaticall… #2072

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Sep 25, 2019

…y but an error page is displayed

Description

With a true OpenIdConnect provider in place we shall not perform a hard logout of the user on the IdP.
This is not within our responsibility and shall only be performed upon explicit user interaction - like the logout button.

Whenever an error in the auth flow occurs a generic access denied page is displayed.

Related Issue

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • ...

@DeepDiver1975 DeepDiver1975 added the Status:Needs-Review Needs review from a maintainer label Sep 25, 2019
@DeepDiver1975 DeepDiver1975 self-assigned this Sep 25, 2019
@ownclouders
Copy link
Contributor

💥 Acceptance tests webUILogin failed. Please find the screenshots inside ...

https://drone.owncloud.com/owncloud/phoenix/5197/

20190925-100746-005.png
20190925-100804-933.png

Copy link
Collaborator

@LukasHirt LukasHirt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@LukasHirt LukasHirt merged commit 44ec207 into master Sep 25, 2019
@delete-merged-branch delete-merged-branch bot deleted the bugfix/2020 branch September 25, 2019 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status:Needs-Review Needs review from a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OIDC unknown user error message should stay visible
3 participants