1
0
mirror of https://github.com/bitwarden/server synced 2026-01-20 01:13:18 +00:00
Files
server/bitwarden_license/src/Sso/Utilities/SamlPropertyKeys.cs
2020-09-04 13:56:08 -04:00

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";
}
}