Skip to content

Commit c3330a2

Browse files
authored
Merge pull request #2368 from Esri/tarun/authentication-scheme-guide
Updated username syntax in `Working with different authentication schemes` guide for for Portal-tier authentication with Active Directory
2 parents c0366a4 + f47834a commit c3330a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/03-the-gis/working-with-different-authentication-schemes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"metadata": {},
234234
"source": [
235235
"### Portal-tier authentication with Active Directory\n",
236-
"When connecting using an enterprise user account from an Active Directory, specify your username as `domain\\\\username`"
236+
"When connecting using an enterprise user account from an Active Directory, specify your username as `domain\\\\username` or `username@domain`"
237237
]
238238
},
239239
{
@@ -655,7 +655,7 @@
655655
"name": "python",
656656
"nbconvert_exporter": "python",
657657
"pygments_lexer": "ipython3",
658-
"version": "3.11.0"
658+
"version": "3.13.5"
659659
},
660660
"toc": {
661661
"base_numbering": 1,

0 commit comments

Comments
 (0)