mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00:00
Implemented new OIDC redirect behavior (#954)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using Bit.Core.Enums;
|
||||
using Bit.Core.Sso;
|
||||
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
@@ -17,6 +18,7 @@ namespace Bit.Core.Models.Data
|
||||
public string ClientId { get; set; }
|
||||
public string ClientSecret { get; set; }
|
||||
public string MetadataAddress { get; set; }
|
||||
public OpenIdConnectRedirectBehavior RedirectBehavior { get; set; } = OpenIdConnectRedirectBehavior.FormPost;
|
||||
public bool GetClaimsFromUserInfoEndpoint { get; set; }
|
||||
|
||||
// SAML2 IDP
|
||||
|
||||
Reference in New Issue
Block a user