you can use the login_hint or prompt options:
https://learn.microsoft.com/en-au/entra/identity-platform/v2-oauth2-auth-code-flow
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have a below mentioned requirement on our login screen.
Please guide us on this.
you can use the login_hint or prompt options:
https://learn.microsoft.com/en-au/entra/identity-platform/v2-oauth2-auth-code-flow
Thank you for posting your query on Microsoft Q&A, from above description I could understand that you are looking to do signle signout user session once user signout of the application.
Please confirm if this is not the ask by responding in the comments section.
As per Single Sign-Out SAML Protocol
For single sign-out to work correctly, the LogoutURL for the application must be explicitly registered with Microsoft Entra ID during application registration.
If the app is added to the Azure App Gallery then this value can be set by default. Otherwise, the value must be determined and set by the person adding the app to their Microsoft Entra tenant. Microsoft Entra ID uses the LogoutURL to redirect users after they're signed out. Microsoft Entra ID supports redirect binding (HTTP GET), and not HTTP POST binding.
Also 2nd thing to take care is "issuer" in the request:
The Issuer
element in a LogoutRequest
must exactly match one of the ServicePrincipalNames in the cloud service in Microsoft Entra ID. Typically, this is set to the App ID URI that is specified during application registration.
If you don't have any further queries and the suggestion above answers your ask, please "Accept the answer", This will help us and others in the community as well.
Thanks,
Akshay Kaushik