Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I am working on an Azure B2C custom policy. I would like to insert a custom consent page when the user signs in asking him for his consent to allow us to access his data etc. within the custom policy XML How is this possible?
You need to use a custom policy, there is a sample here: https://github.com/azure-ad-b2c/samples/tree/master/policies/service-consent
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 months ago.
Improve this question
Currently I'm using azure account along with 2 more users also using the same. But multifracture authentication (MFA) is enable on my mobile number. When ever other 2 member are try to login I need approve MFA request. Instead of getting request to only one person, Is there any possibility to receive individual members for MFA, when ever they login to azure account.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have docusign account, but I do not see any option to create sandbox account when logedin in docusign account. How to create that one?
Sandbox accounts are freely available from the DocuSign Developer Center. Note that the Demo environment is entirely separate from Production - the accounts won't be directly related, although you can register for a Demo account using the same email address as your Prod account if you link.
Direct link to the sandbox signup page: https://secure.docusign.com/signup/developer
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am wondering why there ain't no button on my azure console where I can grant admin consent:
while it should look like this:
Well the obvious answer is - you do not have permissions to do that.
To grant admin consent to permissions on Microsoft Graph and Azure AD
Graph, you need global administrator privileges.
https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/configure-user-consent#prerequisites
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am trying to create custom policies in Azure AD B2C. From the existing documentation I could not find the clear descriptions for the XML tags that form the policies. Where can i find the documentation for custom policies XML tags? I am looking forward for creating custom User Journey. Are there any guidelines for creating custom user journeys?
The best, but beta, collection of documentation for custom policies can be found at the following repository:
https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/tree/master/Documentation
This documentation was drafted for the public preview of "Azure AD B2C Advanced" which, now, is known as Identity Experience Framework.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have the user id of a user. I want to fetch the user details from B2C Active Directory with the user id. Is it possible to do that?
Thanks
yes it is possible
> B2C Get-User <user-object-id>
> B2C Get-User <filter-query-expression>
for more details look into search user
https://learn.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-devquickstarts-graph-dotnet