Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
This repository was archived by the owner on May 6, 2026. It is now read-only.

This sample doesn't work in Internet Explorer #2

@anubhavsrivastava7

Description

@anubhavsrivastava7

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. :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions