joeystdio
joeystdio
CC#
Created by joeystdio on 9/15/2023 in #help
✅ Why return IServiceCollection in an extension method?
Yes 🙂
14 replies
CC#
Created by joeystdio on 9/15/2023 in #help
✅ Why return IServiceCollection in an extension method?
Thanks !
14 replies
CC#
Created by joeystdio on 9/15/2023 in #help
✅ Why return IServiceCollection in an extension method?
Yeah looks clean as well
14 replies
CC#
Created by joeystdio on 9/15/2023 in #help
✅ Why return IServiceCollection in an extension method?
I never used chaining so didn't thought about that
14 replies
CC#
Created by joeystdio on 9/15/2023 in #help
✅ Why return IServiceCollection in an extension method?
of course 😄
14 replies
CC#
Created by Jii on 8/23/2023 in #help
❔ Azure AD B2C user - password reset
Not my thread 😄
17 replies
CC#
Created by Jii on 8/23/2023 in #help
❔ Azure AD B2C user - password reset
Thanks for sharing ! Will definitely be using this in the nearby future 😄
17 replies
CC#
Created by Jii on 8/23/2023 in #help
❔ Azure AD B2C user - password reset
Oh this is very handy to migrate from a legacy system to AAD
17 replies
CC#
Created by Jii on 8/23/2023 in #help
❔ Azure AD B2C user - password reset
Absolutely true about the custom policies, the documentation is a study on its own. Pretty cool what you're doing here in that policy... so you're logging in with AAD B2C but actually use the legacy system to verify username/password and provide tokens right?
17 replies
CC#
Created by joeystdio on 8/23/2023 in #help
✅ XML deserialization problem
thanks man! yes that works nicely
24 replies
CC#
Created by joeystdio on 8/23/2023 in #help
✅ XML deserialization problem
thanks for the tip
24 replies
CC#
Created by joeystdio on 8/23/2023 in #help
✅ XML deserialization problem
That indeed works... but why ... <Data /> should be the same as a separate open / closing tag
24 replies
CC#
Created by joeystdio on 8/23/2023 in #help
✅ XML deserialization problem
Hmmm okay... sounds like a dirty workaround 😄
24 replies
CC#
Created by joeystdio on 8/23/2023 in #help
✅ XML deserialization problem
ah thanks, I was already wondering how to do that
24 replies
CC#
Created by Jii on 8/23/2023 in #help
❔ Azure AD B2C user - password reset
So in our case after a user is authenticated and redirected back to our application, with a valid token we can request some kind of profile-service if this user can or cannot access something.
17 replies
CC#
Created by Jii on 8/23/2023 in #help
❔ Azure AD B2C user - password reset
I did not build it yet but for an upcoming project I had researched a similar scenario. Not sure what your use case is exactly but I would suggest leaving the authentication process / reset password flow at the AAD B2C side and integrate with an external system to store additional information related to that user. https://learn.microsoft.com/en-us/azure/active-directory-b2c/overview#integrate-with-external-user-stores
17 replies