Skip to content

Commit

Permalink
fixed ldap authentication flow
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Feb 12, 2025
1 parent 4759a2b commit 2198366
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
25 changes: 13 additions & 12 deletions _c8oProject/sequences/SignInAD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@ comment: Sign in using an ActiveDirectory account. Will also return the list of
- SmartType:
- ↑mode: JS
- →→: ldapServer
↓Set_authenticated_user [steps.SetAuthenticatedUserStep-1588066470515]:
comment: override authenticatedUser by sAMAccountName
userid:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.steps.SmartType
- SmartType:
- ↑mode: SOURCE
- com.twinsoft.convertigo.beans.common.XMLVector:
- java.lang.String:
- ↑value: 1582357199069
- java.lang.String:
- ↑value: ./attribute[@name='sAMAccountName']/text()
↓jSimpleSource [steps.SimpleSourceStep-1582358680358]:
output: true
sourceDefinition:
Expand All @@ -130,6 +118,18 @@ comment: Sign in using an ActiveDirectory account. Will also return the list of
- java.lang.String:
- ↑value: ./authenticatedUserID/text()
↓jThen [steps.ThenStep-1582388266943]:
↓Set_authenticated_user [steps.SetAuthenticatedUserStep-1588066470515]:
comment: override authenticatedUser by sAMAccountName
userid:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.steps.SmartType
- SmartType:
- ↑mode: SOURCE
- com.twinsoft.convertigo.beans.common.XMLVector:
- java.lang.String:
- ↑value: 1582357199069
- java.lang.String:
- ↑value: ./attribute[@name='sAMAccountName']/text()
↓Element [steps.XMLElementStep-1582564311699]:
nodeName: user
sourceDefinition:
Expand Down Expand Up @@ -315,6 +315,7 @@ comment: Sign in using an ActiveDirectory account. Will also return the list of
nodeName: type
nodeText: string
↓jElse [steps.ElseStep-1582388266945]:
↓Remove_authenticated_user [steps.RemoveAuthenticatedUserStep-1739374447072]:
↓Error_structure [steps.XMLErrorStep-1582388270139]:
code:
- xmlizable:
Expand Down
25 changes: 13 additions & 12 deletions _c8oProject/sequences/SignInADBulk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@ comment: Sign in using an ActiveDirectory account. Will also return the list of
- SmartType:
- ↑mode: JS
- →→: ldapServer
↓Set_authenticated_user [steps.SetAuthenticatedUserStep-1594128996623]:
comment: override authenticatedUser by sAMAccountName
userid:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.steps.SmartType
- SmartType:
- ↑mode: SOURCE
- com.twinsoft.convertigo.beans.common.XMLVector:
- java.lang.String:
- ↑value: 1594128996620
- java.lang.String:
- ↑value: ./attribute[@name='sAMAccountName']/text()
↓jSimpleSource [steps.SimpleSourceStep-1594128996626]:
output: true
sourceDefinition:
Expand All @@ -130,6 +118,18 @@ comment: Sign in using an ActiveDirectory account. Will also return the list of
- java.lang.String:
- ↑value: ./authenticatedUserID/text()
↓jThen [steps.ThenStep-1594128996632]:
↓Set_authenticated_user [steps.SetAuthenticatedUserStep-1594128996623]:
comment: override authenticatedUser by sAMAccountName
userid:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.steps.SmartType
- SmartType:
- ↑mode: SOURCE
- com.twinsoft.convertigo.beans.common.XMLVector:
- java.lang.String:
- ↑value: 1594128996620
- java.lang.String:
- ↑value: ./attribute[@name='sAMAccountName']/text()
↓Element [steps.XMLElementStep-1594128996635]:
nodeName: user
sourceDefinition:
Expand Down Expand Up @@ -329,6 +329,7 @@ comment: Sign in using an ActiveDirectory account. Will also return the list of
- java.lang.String:
- ↑value: .
↓jElse [steps.ElseStep-1594128996704]:
↓Remove_authenticated_user [steps.RemoveAuthenticatedUserStep-1739373136043]:
↓Error_structure [steps.XMLErrorStep-1594128996707]:
code:
- xmlizable:
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- user login using OpenID
'
version: 2.0.9
version: 2.0.9-hotfix1
↓lib_usermanager_fullsync [connectors.FullSyncConnector]: 🗏 connectors/lib_usermanager_fullsync.yaml
↓AddUser [sequences.GenericSequence]: 🗏 sequences/AddUser.yaml
↓DeleteUser [sequences.GenericSequence]: 🗏 sequences/DeleteUser.yaml
Expand Down

0 comments on commit 2198366

Please sign in to comment.