Hello Maliming, No worries. It is solved. Thanks for your help.
Hello Maliming, Thanks
Hi Team, Identity server --> On switch tenant --> search we have to call our custom api. How i can extend the functionality.
How i can check if tenant allow new user registration. i am using below code but it always retuns true.
bool EnableLocalLogin = await SettingProvider.IsTrueAsync(AccountSettingNames.EnableLocalLogin); bool IsSelfRegistrationEnabled = await SettingProvider.IsTrueAsync(AccountSettingNames.IsSelfRegistrationEnabled);
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:
issue solved we have to pass the tenantId not the tenant name.
But i am facing different challenge now. My old tenant selection is cached in mobile browser or have cookies. Question is how i can remove the cooky/cached page.
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