1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

[PM-7335] [deps] Auth: Update Duende.IdentityServer to v7 (#3709)

* [deps] Auth: Update Duende.IdentityServer to v7

* Fixes for upgrade incompatibility

* Update configuration file used in a test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
Co-authored-by: Ike <137194738+ike-kottlowski@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-30 09:50:36 -07:00
committed by GitHub
parent e74d299e6b
commit 79a4cbaa09
5 changed files with 11 additions and 8 deletions

View File

@ -5,6 +5,8 @@
"token_endpoint": "http://localhost:33656/connect/token",
"device_authorization_endpoint": "http://localhost:33656/connect/deviceauthorization",
"backchannel_authentication_endpoint": "http://localhost:33656/connect/ciba",
"pushed_authorization_request_endpoint": "http://localhost:33656/connect/par",
"require_pushed_authorization_requests": false,
"scopes_supported": [
"api",
"api.push",