DEV Community

Cover image for Como proteger tu Azure function con Azure B2C y MSAL.js 2.0
Saul Burgos Davila
Saul Burgos Davila

Posted on • Edited on

1

Como proteger tu Azure function con Azure B2C y MSAL.js 2.0

La mayoria de los tutoriales que encuentras en internet siempre enseñan a usar los "Code Keys" para proteger las funciones, pero podemos ir un paso mas alla con Azure B2C.

Los siguientes videos son de mi proceso de aprendizaje leyendo tutorials oficiales y stackoverflow para poder lograr el objectivo. Espero le sea util a alguien mas.

Nota: intente ocultar a como pude mis tenant Ids al final no pude, asi que borre las aplicaciones y mi tenant B2C que sale en los videos. :)







Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️