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

New Backend: user authenitcation flow #586

Open
DanielHabenicht opened this issue Apr 4, 2020 · 0 comments
Open

New Backend: user authenitcation flow #586

DanielHabenicht opened this issue Apr 4, 2020 · 0 comments

Comments

@DanielHabenicht
Copy link
Collaborator

  • at the moment the user is automatically redirected to the authentication server he should be prompted before

  • navigate to page where the user left of.

paule96 added a commit that referenced this issue Apr 7, 2020
The following are the changes, most of them are breaking changes:

- replace the json file with a real backend
   - the backend connects directly to a database
   - currently, it try to return the same stuff as the old JSON file
- Open Source the backend
- add authentification to the people data
   - currently, supported is WsFederation over Azure or ADFS (and tested)

There are some issues that currently are known:

- the search for numbers is broken
   - this is not related to this change but good to know (#591 )
- the last hierarchy in the org structure isn't visible in any view
   - organigram
   - users supervisor
   - Users organigram information
- after login the user is redirected to `/` and not to the path the redirection starts. (#586 )
- the picture backend asked for login
   - this will change soon because we plan to use the same auth like this backend.

But we must ship this because the old source is broken. (after more than 15 years!)
So let's

![ship it gif](https://media1.tenor.com/images/6727709a62756a117203bbbf42c23ad9/tenor.gif?itemid=14131994)

BREAKING CHANGE
closes #18
closes #271
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant