David Rodríguez

Results 35 comments of David Rodríguez
trafficstars

By using the OpenID Connect provider. Check these docs: * Using user flows (single tenant): https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-single-tenant * Using B2C custom policies: * Single tenant (single tenant): https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-single-tenant-custom * Multi tenant...

Related to this, found these two fields in an index created by the Custom Answering service. My plan was to use embeddings and build a similar QnA service as suggested...

Cool, based on the comments above the following UI would allow to extend it to "Registered Users" and be backwards compatible. ![image](https://user-images.githubusercontent.com/489976/200121173-651fbbf9-77a5-49f3-b196-f5754c0e4c5b.png) Agree?

Of course, the idea was to populate that dropdown with the current portal roles, and change the currenct check `objUser.IsInRole(this.PortalSettings.AdministratorRoleName)` for something like `objUser.IsInRole(this.PortalSettings.IPAddressCheckRoleName)`. Or perhaps would be better to...

> Well, is not the Azure App Service limitation, is the Azure Load Balancer who drops off the connection after not sending any byte back for more than 230secs. I've...