I have configured Azure AD using Native client and Web app/ Web API for Implicit flow (SPA) and Resource owner Password Grant flow to use both the scenarios
Using postman ROPG works fine and gets access token and id token, but when used with Implicit flow (SPA) it is returning as AADSTS7000215: Invalid client secret is provided : failed to obtain access token
but when I have followed this:
https://auth0.com/docs/connections/enterprise/azure-active-directory-native#2-define-a-native-client-application-in-azure-active-directory i it’s mentioned that no secret key is required, some document changed? how to get around this problem