Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth): allow setting external secure (#389)
This change adds the possibility to set an external secure flag to the Authenticator. This allows creating logout URLs with `https` protocol when the service is behind a reverse proxy. Closes #285 ### Definition of Ready - [x] I am happy with the code - [x] Short description of the feature/issue is added in the pr description - [x] PR is linked to the corresponding user story - [x] Acceptance criteria are met - [x] All open todos and follow ups are defined in a new ticket and justified - [x] Deviations from the acceptance criteria and design are agreed with the PO and documented. - [x] No debug or dead code - [x] My code has no repetitions - [ ] Critical parts are tested automatically - [ ] Where possible E2E tests are implemented - [x] Documentation/examples are up-to-date - [x] All non-functional requirements are met - [ ] Functionality of the acceptance criteria is checked manually on the dev system.
- Loading branch information