SSO, SAML, Azure Active Directory and Umbraco Membership
I'm looking for current ways to use Azure Active Directory to single-sign-on users/members on the front end for the latest version of Umbraco, 7.13.2. I tried UmbracoIdentity but it throws a nasty error and kills the site.
The OwinStartupAttribute.FriendlyName value 'UmbracoDefaultOwinStartup' does not match the given value 'UmbracoIdentityStartup' in Assembly 'umbraco, Version=1.0.6974.19963, Culture=neutral, PublicKeyToken=null'.
The given type or method 'UmbracoIdentityStartup' was not found. Try specifying the Assembly.
To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.
To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.
SSO, SAML, Azure Active Directory and Umbraco Membership
I'm looking for current ways to use Azure Active Directory to single-sign-on users/members on the front end for the latest version of Umbraco, 7.13.2. I tried UmbracoIdentity but it throws a nasty error and kills the site.
is working on a reply...