Thomas Adjadj
Thomas Adjadj
Hi Daniel, No that would be too simple ^^ I want to delete facebook **BUT KEEP** the federation between Azure AD B2C and Azure AD ( so that employees can...
But when "signinPopupCallback()" is called ??
Hi @granthoff1107 , Thank's for your answer. I see in the loginCtrl the function signinPopup() and the callback : ` var signin = function () { ngOidcClient.signinPopup().then(function (user) { $log.log("user:"...
Ok thank's . I will see with Aesir. Maybe @markphillips100 can tell me why he hadn't use signinPopupCallback() function ? And if it's normal
Ok thank you @markphillips100, it works with oidc-client, but i will try to use auth code flow with pkce instead.