Tagged: #OpenAM, amster, Authentication Tree
This topic has 3 replies, 2 voices, and was last updated 3 years, 8 months ago by rezaansyed.
-
AuthorPosts
-
November 27, 2018 at 9:24 pm #23999
rezaansyed
ParticipantHi,
I am trying to setup OpenAM 6.0.0 to have the following flow:
Start -> Page Node(Username Collector, Password Collector) -> DataStoreDecision -> Success or FailureIt seems that I would have to load the JSON containing this flow. However, I do not see any examples regarding usages of utility nodes, specifically Page Node. I am not sure how to setup the Page Node in the JSON to contain the UserName and Password Collector. Does anyone have this setup or know how to set it up?
November 28, 2018 at 10:24 am #24002someswara.reddy.karem
ParticipantHi,
Drag and Drop Username and password collectors to page node. Thanks.
-
This reply was modified 3 years, 8 months ago by
someswara.reddy.karem.
November 28, 2018 at 7:57 pm #24009rezaansyed
ParticipantYes, that is if you are doing it via the OpenAM console. I am trying to do it via the Amster scripts.
November 29, 2018 at 8:26 pm #24014rezaansyed
ParticipantFinally got around to resolve the issue. The Amster command for configuring Page Node to contain Username Collector and Password collector is the following command:
create PageNode --realm realmName --id a76d0d34-f9e6-4c89-982c-9fce20b76fb8 --body '{"nodes": [{"_id": "fb7f7f05-67a6-4007-a412-4c28c36b2723","displayName": "Username Collector","nodeType": "UsernameCollectorNode"},{"displayName": "Password Collector","nodeType": "PasswordCollectorNode","_id": "aeec1aa6-1839-42bc-b668-07f9d50a6b9c"}]}'
-
This reply was modified 3 years, 8 months ago by
rezaansyed.
-
This reply was modified 3 years, 8 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.