For creation @see bcdui.widgetNg.createLogin
Methods
-
staticbcdui.widgetNg.login.getNavPath(id, callback){string}
widgetNg/login/loginPackage.js, line 256 -
Name Type Description id
string targetHtml of widget callback
function to be called with generated caption Returns:
Type Description string NavPath information via callback for widget -
staticbcdui.widgetNg.login.oAuthLoginOnSuccess(redirectUrl)
widgetNg/login/loginPackage.js, line 273 -
To support OAuth flow with cookie SameSite strict, we work with a client-site redirect here which is triggered from within the popup by a script send from OAuthAuthenticatingFilter on login success This way we get the cookie and stay in the successfully validated session
Name Type Description redirectUrl