Skip to content

Commit 7c8eb48

Browse files
authored
Fix docs
1 parent 96c527c commit 7c8eb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/saml/docs/nameid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Uses the value of an attribute to generate a NameID.
3535
## `saml:PersistentNameID`
3636

3737
Generates a persistent NameID with the format `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent`.
38-
The filter will take the user ID from the attribute described in the `attribute` option, and hash it with the `secretsalt` from `config.php`, and the SP and IdP entity ID.
38+
The filter will take the user ID from the attribute described in the `identifyingAttribute` option, and hash it with the `secretsalt` from `config.php`, and the SP and IdP entity ID.
3939
The resulting hash is sent as the persistent NameID.
4040

4141
**Options**:

0 commit comments

Comments
 (0)