mirror of
https://github.com/bitwarden/server
synced 2026-01-01 16:13:33 +00:00
sso integrations (#822)
* stub out hybrid sso * support for PKCE authorization_code clients * sso service urls * sso client key * abstract request validator * support for verifying password * custom AuthorizationCodeStore that does not remove codes * cleanup * comment * created master password * ResetMasterPassword * rename Sso client to OidcIdentity * update env builder * bitwarden sso project in docker-compose * sso path in nginx config
This commit is contained in:
7
src/Identity/Models/RedirectViewModel.cs
Normal file
7
src/Identity/Models/RedirectViewModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Identity.Models
|
||||
{
|
||||
public class RedirectViewModel
|
||||
{
|
||||
public string RedirectUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user