Does this sample work for editprofile? #92
hilanderjeff
started this conversation in
General
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.
0 replies
-
I do follow the instructions to configure the sample. I got signin working
with my custom policy but the constructed edit profile URL did not work for
me. Also the reset password neither worked.
…On Mon, Feb 27, 2023 at 12:06 PM Ray Luo ***@***.***> wrote:
So, you are using this sample for your B2C tenant? How did you configure
this sample? There is a dedicated README_B2C
<https://github.com/Azure-Samples/ms-identity-python-webapp/blob/master/README_B2C.md>
which should automatically construct a correct edit profile URL for you.
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLHJ63NJJHCNAQNESDR7D3WZUCK5ANCNFSM6AAAAAAVJCQ6KU>
.
You are receiving this because you authored the thread.Message ID:
<Azure-Samples/ms-identity-python-webapp/repo-discussions/92/comments/5127645
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Got it. Thank you for your response.
BTW, do you have similar sample like this one with MSAL library directly?
…On Mon, Feb 27, 2023 at 1:03 PM Ray Luo ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#92 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLHJ67GNLVDYKG3RXABHXTWZUJBXANCNFSM6AAAAAAVJCQ6KU>
.
You are receiving this because you authored the thread.Message ID:
<Azure-Samples/ms-identity-python-webapp/repo-discussions/92/comments/5128114
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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