Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This sample doesn't work in Internet Explorer #2

Open
anubhavsrivastava7 opened this issue Jan 29, 2019 · 0 comments
Open

This sample doesn't work in Internet Explorer #2

anubhavsrivastava7 opened this issue Jan 29, 2019 · 0 comments

Comments

@anubhavsrivastava7
Copy link

I am running the same sample with my company's one login account against the AD.
The site works perfect in Chrome but not in Internet Explorer (version 11)
The mode is Authentication (or Basic) Flow.
Configuration used is as follows:
.AddOpenIdConnect(options =>
{
options.ClientId = "589b0c20-e460-*******";
options.ClientSecret = "536e415035ef6a
";
options.Authority = String.Format("https://{0}.onelogin.com/oidc", fastenal);
options.ResponseType = "code";
options.GetClaimsFromUserInfoEndpoint = true;
options.Scope.Add("profile");
}
);

ie11_oidc_onelogin

Please help asap as this is holding the delivery. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant