Skip to content

Commit

Permalink
FIx minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Nov 15, 2024
1 parent 76cfd09 commit 5eea7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userman/advanced_features/auth/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ in order to properly connect to the Microsoft Entra ID service:

=== "Using Python configuration"
```python title="main.py"
Config.configure_authentication(protocol="ldap",
Config.configure_authentication(protocol="entra_id",
client_id="my-client-id",
tenant_id="my-tenant-id",
secret_key = "my-ultra-secure-and-ultra-long-secret",
Expand Down

0 comments on commit 5eea7b2

Please sign in to comment.