Top "Openid-connect" questions

OpenID Connect (OIDC) is a REST-friendly protocol for the (possibly cross-domain) exchange of user identity built on top of the OAuth 2.0 and JWT specifications.

Get the user's email address from Azure AD via OpenID Connect

I'm trying to authenticate users to my site with their Office 365 accounts, so I have been following the guidance on …

c# owin azure-active-directory openid-connect
IdentityServer "invalid_client" error always returned

I'm trying to use IdentityServer3, but don't know why I'm getting "invalid_client" error always, always no matter what I …

c# oauth-2.0 postman identityserver3 openid-connect
Enabling SSL in ASP.NET MVC 5 app results in OpenIdConnectProtocolValidator issue

I have an ASP.NET MVC 5 app that authenticates against Azure Active Directory. I wanted to enable SSL on it …

asp.net-mvc ssl openid-connect nonce asp.net-mvc-filters
How to set redirect_uri parameter on OpenIdConnectOptions for ASP.NET Core

I'm trying to connect an ASP.NET application to Salesforce using OpenId, Currently this is my connecting code so far. …

asp.net-core openid-connect
What OpenID Connect authorization flow to authenticate mobile app users?

I am building a cross-platform mobile app that interacts with a RESTful API, and I want to use OpenID Connect …

mobile oauth openid openid-connect
Clarification on id_token vs access_token

I'm building a system with OIDC and OAuth 2.0 (using Auth0), and I'm unsure how to properly use the id_token …

oauth-2.0 access-token openid-connect
OWIN middleware for OpenID Connect - Code flow ( Flow type - AuthorizationCode) documentation?

In my implementation I am using OpenID-Connect Server (Identity Server v3+) to authenticate Asp.net MVC 5 app (with AngularJS front-end) …

asp.net-mvc oauth-2.0 owin openid-connect identityserver3
Does OpenID Connect support the Resource Owner Password Credentials grant?

I have been using OAuth resource owner credential flow previously for authorization. However I would now like to consider using …

oauth-2.0 openid thinktecture-ident-server openid-connect
How to set Claims from ASP.Net OpenID Connect OWIN components?

I have questions upon using the new ASP.Net OpenID Connect framework while adding new Claims during the authentication pipeline …

c# asp.net authentication owin openid-connect
How to correctly use the introspection endpoint with identity server 4?

I'm using Identity Server 4 and I'm trying to use the introspection endpoint, but just by the docs I'm not getting …

asp.net-core .net-core openid-connect identityserver4