azure-active-directory

Redirect loop in django-saml2-auth-ai and in djangosaml2

Redirect loop in django-saml2-auth-ai and in djangosaml2 Question: Good afternoon experts, I am trying to implement SAML authentication in my web app. I tried to use django-saml2-auth-ai and in djangosaml2 libraries but I got into a redirect loop for both libraries. django-saml2-auth-ai (2.1.6) urls.py: url(r’^saml2_auth/’, include(‘django_saml2_auth.urls’)), url(r’^accounts/login/$’, django_saml2_auth.views.signin, name=’login’), url(r’^accounts/logout/$’, django_saml2_auth.views.signout, name=’logout’), config: I added …

Total answers: 1

How to restrict access to an azure function based on a service principal id

How to restrict access to an azure function based on a service principal id Question: I have a REST API implemented as an Azure function with Azure Active Directory authentication enabled. I would like to restrict the access to a subset of of the exposed methods to a particular set of service principals. So far …

Total answers: 2

Connect Azure SQL Server using Service Principal

Connect Azure SQL Server using Service Principal Question: I want to connect the Azure SQL Database using Azure service principal through Python. Please help me I am able to connect it through ADF using service principal Asked By: Sumit Garg || Source Answers: There is a library Microsoft Azure Active Directory Authentication Library (ADAL) for …

Total answers: 4