-
Notifications
You must be signed in to change notification settings - Fork 146
Does this sample work for editprofile? #92
-
Hi,
I tried the example. But the latest version doesn't work with resetpassword and editprofile. I wonder the authorized URL is not correct. This is the URL I constructed. https://dev.login.firstam.com/myidaasdev.onmicrosoft.com/B2C_1A_FA_EIDv2_ProfileEdit?client_id=myclientid. This is not an auth uri. Will it work?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 2 replies
-
So, you are using this sample for your B2C tenant? How did you configure this sample? There is a dedicated README_B2C which should automatically construct a correct edit profile URL for you.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
That URL in your first message is indeed unreachable. Perhaps you should go through some more docs on the B2C side to make sure they are working, before attempting this sample? Sorry we (the maintainers of this sample) have no more specific answer than this.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
MSAL Python has many samples, organized by scenarios. And this sample that you are currently using IS the sample for web app. In its earlier version, it indeed uses MSAL Python library directly, but the latest version simplifies a lot of things. We would suggest you to start/stay with this latest sample.
Beta Was this translation helpful? Give feedback.