Matthias Fischmann
Matthias Fischmann
This is a very small change, and even keeps the order of the routes unchanged. But the new tree structure does not keep most of the account API and some...
https://wearezeta.atlassian.net/browse/SQSERVICES-1303 ## Checklist - [ ] The **PR Title** explains the impact of the change. - [ ] The **PR description** provides context as to why the change should occur...
https://wearezeta.atlassian.net/browse/BE-545 ## Checklist - [ ] The **PR Title** explains the impact of the change. - [ ] The **PR description** provides context as to why the change should occur...
## Checklist - [x] The **PR Title** explains the impact of the change. - [ ] The **PR description** provides context as to why the change should occur and what...
## Checklist - [x] Title of this PR explains the impact of the change. - [x] The description provides context as to why the change should occur and what the...
based on https://github.com/wireapp/saml2-web-sso/pull/74 different solution: https://github.com/wireapp/wire-server/pull/1495 (this may not be enough, need to get back to this PR and double-check.)
## Checklist - [ ] The **PR Title** explains the impact of the change. - [ ] The **PR description** provides context as to why the change should occur and...
### The Problem Given a user authenticated with password and email (or with an old IdP about to be decomissioned), you want to authenticate this user via a new SAML...
In rare cases after production availability issues, you may get `409 conflict` responses for creating new users. Searching for those users with curl on brig or on ES will yield...
There are a number of functions that create https servers for integration tests: - https://github.com/wireapp/wire-server/blob/b266f9aae3ee8bf31ac83413b7e7f37feb8aa488/services/brig/test/integration/API/Provider.hs#L1519-L1531 - https://github.com/wireapp/wire-server/blob/b266f9aae3ee8bf31ac83413b7e7f37feb8aa488/services/galley/test/integration/API/Teams/LegalHold.hs#L805-L825 - ...? (`git grep -Hn runTLS` suggests these are the only ones) The...