What default "Microsoft" authentication provider supports i.e. outlook, azure ad, O365. Not sure if it mean all or anyone
Hi Team, i have done changes in Identity server and Host service to consider Azure AD authorization provider. I need 2 answers:
we are integrating identity server page in our custom mobile app. Challenge we are facing is identity server is not considering below parameter (please check last parameter)
%26__tenant%3Dschool
but if we are passing parameter as
&__tenant=school it is working fine i.e. tenant got selected.
https://devidentity.aztute.com/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_type%3Dcode%26client_id%3DEzpandCC_App%26state%3Dd1d5akhvaVhXamhscEZNSWR6Nm9Bbm1iUHhhU0RvSXlzaHJVZHVCX3p3NXc5%26redirect_uri%3Dhttps%253A%252F%252Fapp.aztute.com%26scope%3Dopenid%2520offline_access%2520EzpandCC%26code_challenge%3D4ian4FTZJyvrCs2MK1UTS1utsUtAzpZd-nkWK1bg0O8%26code_challenge_method%3DS256%26nonce%3Dd1d5akhvaVhXamhscEZNSWR6Nm9Bbm1iUHhhU0RvSXlzaHJVZHVCX3p3NXc5%26__tenant%3Dschool
How i can have identiy server module for 4.2.2
Hi Team, We have hidden "Tenant selection" control in login page. Now we would like to pass the "tenantId" either in request header or as query string but it is not working. In header we are passing "__tenant" and in query string we have tried with "tenantId" parameter.
hi Team, i Have following queries:
Hi Team, I need class and method name which get invoked when. I have to extend these class on top of existing feature, if possible please share sample.
We have to support Azure AD intergration per tenant. How we can achieve this? Does ABP has inbult support for Azure AD like LDAP?
Hi Team, ABP by default provide 4 text template. Question is
Hi Team, Do you have sample LDAP server to test LDAP feature. Please pass LDAP setting details and some user details to test.