1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-21 21:15:10 -05:00

4 Commits

Author SHA1 Message Date
Matt Bishop
ae1fdb0992
[PM-5052] Upgrade to .NET 8 (#3461)
* Upgrade to .NET 8

* Linting

* Clean up old JSON deserialization code

* More .NET 8-oriented linting

* Light feedback

* Get rid of old test we don't know the root issue for

* Fix a new test

* Remove now-unnecessary Renovate constraint

* Use Any()

* Somehow a 6.0 tooling config we don't need snuck back in

* Space out properties that always change per release

* Bump a few core packages since the last update
2024-02-05 13:03:42 -05:00
Jake Fink
9eed199500
Pm 3504 saml (#3235)
* return early if scheme doesn't match

* Revert "return early if scheme doesn't match"

This reverts commit 5c07d66774971927589542b2abea7c483e20a5b5.

* extend saml2handler for extra validation

* add comment

* fix file encoding

* add comment
2023-09-01 13:55:52 -04:00
Jake Fink
626f7977d1
Revert "[PM-3504] Return early for SAML auths (#3215)" (#3234)
This reverts commit 27ba3069b22cae524dab55d4694710b052ac51bc.
2023-08-28 14:54:01 -04:00
Jake Fink
27ba3069b2
[PM-3504] Return early for SAML auths (#3215)
* return early if scheme doesn't match

* Revert "return early if scheme doesn't match"

This reverts commit 5c07d66774971927589542b2abea7c483e20a5b5.

* extend saml2handler for extra validation

* add comment

* fix file encoding

* add comment
2023-08-28 14:51:23 -04:00