Node.js SAML implementation with OneLogin -
i looking setup our application in application catalog of onelogin, need create saml integration, understand it. see have toolkits available this, working in node.js , there no toolkit environment.
i have been reading documentation other posts , think process following: 1) make request onelogin create application , add catalog. 2) application needs have route point provide onelogin used redirect when clicks icon our app. 3) user clicking on icon app in catalog tokenize user , send defined route point information passed saml request / xml. 4) route point need consume saml request / xml , perform internal login process. information passed route point onelogin include necessary information site, first name, last name, , email address. internal application information , if validates existing user, count successful login , let them continue. if not existing user, send them through user creation type form, default information saml request / xml onelogin, or automatically create user.
does seem have high level understanding of process?
does have examples in node.js?
i going use passport-saml package.
Comments
Post a Comment