DEV Community

Discussion on: Secure your Vue.js + APIs with Azure AD B2C

Collapse
 
sswavley profile image
sswavley

I pulled the code from GitHub, created my own application in Azure but I keep getting:
AADSTS900561: The endpoint only accepts POST requests. Received a GET request.

When I attempt to log in.

Collapse
 
christosmatskas profile image
Christos Matskas

HI @sswavley, my recommendation is to use reach out to David Paquet for help. It seems that there is a misconfiguration in your Azure AD B2C and your code. David's repo is here: github.com/AspNetMonsters/vue-azur...