mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Add support for crypto agent (#1623)
This commit is contained in:
@ -328,12 +328,7 @@ namespace Bit.Sso.Controllers
|
||||
throw new Exception(_i18nService.T("OrganizationOrSsoConfigNotFound"));
|
||||
}
|
||||
|
||||
var options = new JsonSerializerOptions
|
||||
{
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||
};
|
||||
var ssoConfigData = JsonSerializer.Deserialize<SsoConfigurationData>(ssoConfig.Data, options);
|
||||
|
||||
var ssoConfigData = ssoConfig.GetData();
|
||||
var externalUser = result.Principal;
|
||||
|
||||
// Validate acr claim against expectation before going further
|
||||
|
Reference in New Issue
Block a user