mirror of
https://github.com/bitwarden/server
synced 2026-01-20 01:13:18 +00:00
8 lines
203 B
C#
8 lines
203 B
C#
namespace Bit.Sso.Utilities
|
|
{
|
|
public static class SamlPropertyKeys
|
|
{
|
|
public const string ClaimFormat = "http://schemas.xmlsoap.org/ws/2005/05/identity/claimproperties/format";
|
|
}
|
|
}
|