Is there a way to only authenticate users for my app that have been applied a specific role? I’m using React, Express, Node, Postgres DB. We have many members in our Active Directory, but only want to allow users that have been given one of three roles to be able to be authenticated/logged in. Is this something I achieve by
Tag: azure-active-directory
How to secure Web API with passport-azure-ad (/w vue-msal)
I want to secure Web API with passport-azure-ad and use bearerStrategy. I follow the example the module has provided and pass metadata and clientId, I always got 401 unauthorized. Here is my configs of passport-azure-ad I provided authorization request header with the access token generated by vue-msal. I also checked the access token’s signature is not valid as well. In
Azure AD authentication failed using idToken or accessToken. Which one should I use?
In the azure active directory documentation it states: idToken: id_tokens are sent to the client application as part of an OpenID Connect flow. They can be sent along side or instead of an access token, and are used by the client to authenticate the user. accessToken: Access tokens enable clients to securely call APIs protected by Azure I am using
Pop Up not redirecting after successful login into azure AD
I have implemented Azure AD with my web application. on clicking login window a pop up open with URL https://login.microsoftonline.com. it ask for Azure ad username and password, After successful login a code is return as parameter but pop up never route back to main page it just stays there. Has anyone encountered this scenario? This was working but stopped
Active Directory logging out without a redirect to Default Microsoft Logout Page in Angular 2
I have implemented Angular 2 Multi tenant application. I’m able to logout for the active Directory by using below method But now i have to implement logout active directory user without going to Microsoft logout page.The Active Directory user logout with out going to logout page like below Image. User logout not like above image.I don’t want to use the