Skip to Content

mvSQL Runtime Function - CLAIM()

Summary

Returns the value from the claim given by the Provider to the current user.

Syntax

CLAIM(<ProviderName>, <ClaimName>)

Parameters

ProviderName

The provider that issued the claim and identity for the current user.

ClaimName

The identifier for the claim (usually an URI)

Returns

string

Remarks

This function is only to be used when its known that there will be ONLY one claim for the specified identifier, if there are multiple values this function will throw an error. Please use the public table User_Current_Claim to address multiple claim values per identifier.