1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00
bitwarden-server/src/Identity
Kyle Spearrin 783b4804ec
SSO support (#862)
* [SSO] Added change password API (#836)

* Created API for updating password with no current comparison

* Changed name of method and request // Added user has password error flow

* Updated user service method name // Updated string null/empty check

* Replaced hardcoded sso domain hints with config loader (#850)

* Replaced hardcoded sso domain hints with config loader

* use async/await for sso config loader

* Update AccountsController.cs

Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Matt Portune <mportune@bitwarden.com>
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com>
2020-08-12 17:03:09 -04:00
..
Controllers SSO support (#862) 2020-08-12 17:03:09 -04:00
Models sso integrations (#822) 2020-07-16 08:01:39 -04:00
Properties Updated Kestrel application url to use IIS port (#820) 2020-07-14 09:36:38 -05:00
Views/Shared sso integrations (#822) 2020-07-16 08:01:39 -04:00
.dockerignore setup, build, and run scripts 2017-08-07 11:24:16 -04:00
appsettings.json sso integrations (#822) 2020-07-16 08:01:39 -04:00
appsettings.Production.json sso integrations (#822) 2020-07-16 08:01:39 -04:00
build.ps1 local build scripts 2020-03-06 22:05:50 -05:00
build.sh Add support building from path that contains space (#815) 2020-07-17 08:28:31 -04:00
Dockerfile remove libcurl3 2020-01-10 08:55:22 -05:00
entrypoint.sh dev null failure output from ca-cert copy 2018-07-20 11:46:55 -04:00
Identity.csproj version 1.36.1 bump 2020-07-29 10:35:12 -04:00
newrelic.config add newrelic to identity server 2020-03-05 20:36:11 -05:00
Program.cs Changed all C# control flow block statements to include space between keyword and open paren 2020-03-27 14:36:37 -04:00
Startup.cs upgrade identity server 4 to v4 (#842) 2020-07-30 17:00:13 -04:00