userAttribute property

String? userAttribute
getter/setter pair

The SAML attribute to read username from.

If unspecified, the username will be read from the NameID element of the assertion in SAML response. This value is expected to be a string and will be passed along as-is (with the option of being prefixed by the user_prefix).

Optional.

Implementation

core.String? userAttribute;