Hi,
I am implementing the azure AD SSO using open id connect. By default abp framework has provided the implementation.
In this we see one button at the bottom of the login page of AuthServer project like this:-
But in our use case, we are using angular as frontend and at the time of initial load of the Angular App we don't want to show this login page and then on next step clicking on the "Azure AD OpenId" button to get the sso done.
we need this button's url to be hit on the initial load of the Angular app to get the sso done.
we can see some form submission on the button click to Account/login, but don't know how to control the flow.
Please provide assistance, hoping for quick response. Thanks !!