Would love an example of logging into AAD B2C #872
Replies: 2 comments 3 replies
-
@blackgrouse Yes, we have begun to experiment with Active Directory in the RWA. A partial implementation branch is here. The core is this Cypress command Note, you must create an Azure AD account for the testing user intended to be use with this command. At the moment, the Microsoft React components are in alpha and we cannot rely on it's API to complete the signin process. |
Beta Was this translation helpful? Give feedback.
-
@blackgrouse Please refer to our Auth0 custom command which implements the resource owner password credentials (ROPC) flow for the AAD B2C you pointed to. Does this help? |
Beta Was this translation helpful? Give feedback.
-
Our app uses Azure Active Directory B2C for user auth and I'm currently logging in using a
cy.task
which uses Puppeteer to login for us outside of Cypress.Would love to be able to do this via
cy.response
! Do you guys have any plans for an example of how to do this?Beta Was this translation helpful? Give feedback.
All reactions