Skip to content

Commit

Permalink
fixed typo (#3374)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds authored Nov 7, 2024
1 parent 0d2f0f0 commit 4dc12f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import RemovedSince from 'src/components/api/RemovedSince.astro';
The instant that this assertion stops being valid. This is the number of milliseconds since Epoch UTC.
</APIField>
<APIField name="samlResponse.assertion.issuer" type="String">
The issuer of this SAML assertion. This defaults to the `issuser` from the corresponding SAML identity provider configuration.
The issuer of this SAML assertion. This defaults to the `issuer` from the corresponding SAML identity provider configuration.
</APIField>
<APIField name="samlResponse.assertion.subject.nameID.format" type="String" deprecated>
The `NameID` format for the id of the subject (user). FusionAuth uses the `emailaddress` format specified by the SAML specifications. It is not recommended that you change this unless you know what you are doing.
Expand Down

0 comments on commit 4dc12f3

Please sign in to comment.