Easy and seamless access to all resources. ASP.NET Single Sign-On (SSO) via any existing OAuth 2.0 or OpenID 1.0 Provider
You can restrict your site to only logged in users by redirecting the users to your IdP if logged in session is not found
Use your own custom login and logout urls
Offers you to map the attributes from your IdP to your ASP.NET application
Redirect the user after login and logout to the desired page.
Module has support for all OAuth grant types including Authorization code, Implicit, Password, Client Credentials and Refresh token grant.
Restrict the user login based on configured domains. You can allow/deny the user login based on email domain.
https:// <your-application-base-url>/?ssoaction=config
http://base-url/?ssoaction=login
<a href="http://base-url/?ssoaction=login”>Log in</a>"
List of popular OAuth Providers we support
LIST OF POPULAR OPENID CONNECT (OIDC) PROVIDERS WE SUPPORT
We also provide ASP.NET Single Sign-On SAML Connector. Click Here to know more.
We also provide DotNet Nuke Single Sign-On SAML Connector. Click Here to know more.
miniOrange also provides you modules for integration with legacy apps such as Active Directory, SiteMinder, Radius, Unix and so on.