##// END OF EJS Templates
docs: updated saml bulk instructions
marcink -
r3523:f31c3a2f default
parent child Browse files
Show More
@@ -32,9 +32,9 b' The most important this id needs to be u'
32 32
33 33 In [1]: saml2user = {
34 34 ...: # OneLogin, uses externalID available to read from in the UI
35 ...: 123: {'id: '48253211'},
35 ...: 123: {'id': '48253211'},
36 36 ...: # for Google/DuoSecurity email is also an option for unique ID
37 ...: 124: {'id: 'email@domain.com'},
37 ...: 124: {'id': 'email@domain.com'},
38 38 ...: }
39 39
40 40
@@ -70,7 +70,7 b' Enter in the ishell prompt'
70 70 ...: new_external_identity.external_id = external_id
71 71 ...: new_external_identity.external_username = '{}-saml-{}'.format(user.username, user.user_id)
72 72 ...: new_external_identity.provider_name = provider
73 ...: new_external_identity.local_user_id = user_id
73 ...: new_external_identity.local_user_id = user.user_id
74 74 ...: new_external_identity.access_token = ''
75 75 ...: new_external_identity.token_secret = ''
76 76 ...: new_external_identity.alt_token = ''
General Comments 0
You need to be logged in to leave comments. Login now