-
shurman.cai's profile was updated 5 years, 9 months ago
-
shurman.cai replied to the topic OpenAM As OpenID Connect Provider in ASP.NET CORE 1.0 Web in the forum DevOps 6 years ago
I got it work now. the key point is the response type: options.ResponseType = “id_token”; I have used “code” before.
In “public void ConfigureServices(IServiceCollection services)” I add the following codeservices.AddAuthentication(
options => options.SignInScheme =…[Read more] -
shurman.cai replied to the topic OpenAM As OpenID Connect Provider in ASP.NET CORE 1.0 Web in the forum DevOps 6 years ago
I got it work now
In “public void ConfigureServices(IServiceCollection services)” I add the following codeservices.AddAuthentication(
options => options.SignInScheme = CookieAuthenticationDefaults.AuthenticationScheme);// Configure OIDC Options…[Read more]
-
shurman.cai replied to the topic OpenAM As OpenID Connect Provider in ASP.NET CORE 1.0 Web in the forum DevOps 6 years ago
Chrome does not work when the “cors” is enabled in OpenAm 13, the login page is hung up on “loading….”.
-
shurman.cai replied to the topic OpenAM As OpenID Connect Provider in ASP.NET CORE 1.0 Web in the forum DevOps 6 years ago
Chrome does not work when the “cors” is enabled in OpenAm 13. the login page is hung up on “loading….”.
-
shurman.cai started the topic OpenAM As OpenID Connect Provider in ASP.NET CORE 1.0 Web in the forum DevOps 6 years, 1 month ago
I am trying to use OpenAM as OpenIdConnect provider, just like google, or facebook as openIdConnect provider,
I have configured the Openam as http://openam.contoso.com/openam.
I can login to the Openam as amadmin through http://openam.contoso.com/openam/XUI/#login/
I have create a OAuth 2.0/OpenID Connect Client, the clientId: ASPNETClient…[Read more]
Hi Shurman, can you please help to get openid connect working for .net application. I saw your code works.
Hi Shurman, can you please help to get openid connect working for .net application. I saw your code works.