Gets and sets the property SubjectFromWebIdentityToken.
The unique user identifier that is returned by the identity provider. This identifier
is associated with the CopyC#
that was submitted with
the WebIdentityToken
CopyC#
call. The identifier is typically
unique to the user and the application that acquired the AssumeRoleWithWebIdentity
CopyC#
(pairwise identifier). If an OpenID Connect ID token was submitted in the WebIdentityToken
CopyC#
,
this value is returned by the identity provider as the token's WebIdentityToken
CopyC#
(Subject) claim.
sub

C# |
public string SubjectFromWebIdentityToken { get; set; }