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

replace_redmine_login feature correction #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Phamlet
Copy link

@Phamlet Phamlet commented Jul 7, 2023

replace_redmine_login feature didn't work :

  • Always ending on a 404 page
  • This is because only post request begining with /auth are capture by omniauth saml
  • Redirect to configured sso login page instead of rendering 404 page

replace_redmine_login feature didn't work :
- Always ending on a 404 page
- This is because only post request begining with /auth are capture by omniauth saml
- Redirect to configured sso login page instead of rendering 404 page
@Phamlet
Copy link
Author

Phamlet commented Jul 7, 2023

I don't really know ruby, and even less rails. There might be an more elegant way to do so. This is only the easiest way I found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant