Morning all.
I have found myself in a situation where time is constrained on a project and I'm looking for either advice to get me started.
Basically the requirement is that we need to automate the creation of Azure AD B2c App Registrations based on a call to an API so that the client ID and secret can be sent to the users in a welcome pack when they register.
Something a bit like this.
I'm just looking for that ??? in the middle - actually not even all of it, just the functionality that will interact with Azure and create the registration.
My requirements are that it should be C# (.net core) I think from initial research that it can be done using MS Graph API but to be honest I'm rammed for time and have not been able to do much in the way of research.
Alternatively, if someone fancies quoting to do a working POC of this, I'd be open to that
I have found myself in a situation where time is constrained on a project and I'm looking for either advice to get me started.
Basically the requirement is that we need to automate the creation of Azure AD B2c App Registrations based on a call to an API so that the client ID and secret can be sent to the users in a welcome pack when they register.
Something a bit like this.
I'm just looking for that ??? in the middle - actually not even all of it, just the functionality that will interact with Azure and create the registration.
My requirements are that it should be C# (.net core) I think from initial research that it can be done using MS Graph API but to be honest I'm rammed for time and have not been able to do much in the way of research.
Alternatively, if someone fancies quoting to do a working POC of this, I'd be open to that
Comment