AuthBot icon indicating copy to clipboard operation
AuthBot copied to clipboard

AD B2C

Open reley opened this issue 8 years ago • 7 comments

Any news on B2C support or an approximate timeframe?

reley avatar Mar 09 '17 15:03 reley

i tried to implement b2c myself but getting error":"invalid_grant","error_description":"AADB2C90085 while trying for authorization_code flow.

som-nitjsr avatar Jun 22 '17 10:06 som-nitjsr

any update on this? has anyone got it working with B2C? with a policy specified?

richardjharding avatar Aug 31 '17 15:08 richardjharding

yes I have done that for my specific scenario

som-nitjsr avatar Sep 01 '17 07:09 som-nitjsr

can you share the code/config ? I'm struggling to get it to work for my bot

richardjharding avatar Sep 01 '17 08:09 richardjharding

https://github.com/MicrosoftDX/AuthBot/pull/36 this code works for my scenario. will be happy to help you.

som-nitjsr avatar Sep 01 '17 09:09 som-nitjsr

I have added a working sample. https://github.com/som-nitjsr/AuthBot/tree/b2c

som-nitjsr avatar Sep 04 '17 11:09 som-nitjsr

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.

som-nitjsr avatar Sep 04 '17 11:09 som-nitjsr