AD B2C
Any news on B2C support or an approximate timeframe?
i tried to implement b2c myself but getting error":"invalid_grant","error_description":"AADB2C90085 while trying for authorization_code flow.
any update on this? has anyone got it working with B2C? with a policy specified?
yes I have done that for my specific scenario
can you share the code/config ? I'm struggling to get it to work for my bot
https://github.com/MicrosoftDX/AuthBot/pull/36 this code works for my scenario. will be happy to help you.
I have added a working sample. https://github.com/som-nitjsr/AuthBot/tree/b2c
one more point make sure that b2c-extensions-app. Do not modify. Used by AADB2C for storing user data. exist in your B2c tenant. this is default app created by azure B2c AD.