Hey,
I'm trying to allow users to log out of the system and register with another OAuth account.
For example, if you logged in with your Office 365 Account <a href="mailto:[email protected]">[email protected]</a>, I want to be able to say no, I want to login with a different Office 365, say <a href="mailto:[email protected]">[email protected]</a>.
Currently, what happens is, even tho I logged out, I am still logged into my Microsoft Account via the session. When I press the button to try to login with Microsoft OAuth, it goes, oh I can tell you're already authenticated and proceeds to log me in with the user I just tried to logout with <a href="mailto:[email protected]">[email protected]</a>.
Is there any way around this. The end result is that users are stuck with the first account they logged in with unless they go to the microsoft.com website and log in there. But I don't want to do that.
I'm trying to use this component of metronic.
<a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_1/components_bootstrap_multiselect_dropdown.html">http://keenthemes.com/preview/metronic/ ... pdown.html</a>
I'm expecting it to work like on the metronic website.
It doesn't - it looks like this instead.
[attachment=0:1gxht3u7]trash.PNG[/attachment:1gxht3u7]
To produce this, I have copied verbatim the sample code from the metronic website.
I checked and I have the same version of bootstrap as the metronic sample so it is very confusing to me as to why this doesn't work. When you say that there are 1000+ components available with asp.net zero..... are they metronic components or something else? Am I wrong to expect this to work?
<select class="mt-multiselect btn btn-default" multiple="multiple" data-width="100%">
<option value="cheese">Cheese</option>
<option value="tomatoes">Tomatoes</option>
<option value="mozarella">Mozzarella</option>
<option value="mushrooms">Mushrooms</option>
<option value="pepperoni">Pepperoni</option>
<option value="onions">Onions</option>
</select>
We would like to implement SSO using Microsoft Office 365 account in the same way we use your FaceBook Social Oauth capability.
We’ve looked through your materials and other online documentation but don’t understand what should be used for these configuration values.
ConfigurationManager.AppSettings["ExternalAuth.WsFederation.Wtrealm"]; ConfigurationManager.AppSettings["ExternalAuth.WsFederation.MetaDataAddress"];
Do you know of any configuration guides or samples that could help?
Is there any reason why we cant use MYSQL as the primary db?
Are there any SQLServer specific stored procedures used anywhere?
I found this as a starting point. <a class="postlink" href="http://forums.mysql.com/read.php?174,601264,601264">http://forums.mysql.com/read.php?174,601264,601264</a>
Thanks
Hey,
Getting started with the ASP.NET Core tutorial.
<a class="postlink" href="https://aspnetzero.com/Documents/Developing-Step-By-Step-Core#adding-a-new-page">https://aspnetzero.com/Documents/Develo ... a-new-page</a>
I have been trying to add a new page, but it fails. I have triple checked that the Controller and Action name match the URL I'm trying to access, which is /Venue/Accounts.
What's weirder is I can put ANY GIBBERISH into the URL bar and I still get a blank page. Like, if I put, /Venue/fdajfkdl;sajflk;dsajfsda or /Venue/poop I get a blank page. Normally, I would expect there to be an error page for unmapped routes.
With ASP.NET Core now running on Linux, is running on Linux on your RoadMap?
Has ADAM been tested in place of ActiveDirectory?