openid Questions
2
My application authenticates using OpenId like this:
services.AddAuthentication(o =>
{
o.DefaultSignInScheme = CookieAuthenticationDefaults.AuthenticationScheme;
o.DefaultAuthenticateScheme =...
Decillion asked 28/8, 2017 at 21:0
1
Solved
I am trying to explore features of KeyCloak server and want to get information about access token by using /openid-connect/token/introspect endpoint.
So, I am sending next request to this endpoint
...
1
I have configured my Web application to use Azure Auth logon. Everything works fine and users can logon if they're not already logged on to Azure.
My issue is that when a user is already logged i...
Stung asked 29/6, 2016 at 20:45
7
Solved
Okay, I got a website where you can register yourself and login. You can also login with your facebook, twitter or linkedin account.
It is important that users only have one account registered. So...
Acidfast asked 12/7, 2011 at 14:57
2
Solved
So I created an application in Azure AD a few days ago. When requesting authorization code, I am getting the following error back when I ask for both code and id_token (in response_type parameter):...
Condition asked 13/6, 2018 at 16:22
4
Solved
Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials?
Bonanno asked 1/12, 2009 at 18:32
3
Solved
Does anyone know good OpenID provider implementation in node.js? Maybe node module?
I am using passportjs to implement Relaying Party functionality.
Roseline asked 9/5, 2013 at 13:7
1
1) I don't concretely underdstand fundamental differences between SAML and OAuth. OAuth is for authorization but OpenId for authentication too and SAML both authorization and authentication ? And w...
Commendam asked 16/4, 2018 at 13:58
2
Solved
I have an ASPNET Core 2 application which I am trying to Authenticate with Azure AD using OpenId. I just have boilerplate code from selecting Single Organization Authentication in the ASPNET Core 2...
Compost asked 2/4, 2018 at 22:14
2
Solved
I have a server which uses ASP.NET Core Web Api and OpenIddict as authorization framework. Now I've added an SignalR host and want to add authorisation to it.
From different sources I found that S...
Confucianism asked 25/11, 2016 at 13:28
1
Solved
I am trying to add the login_hint to the OpenID sign-in request for Azure AD authentication.
It is not working for me, to add login_hint as a property:
var properties = new AuthenticationProperti...
Mancilla asked 31/1, 2018 at 14:45
1
Solved
I am new to OpenID and Angular, and am trying to make use of the angular-auth-oidc-client package. There are some great examples by damienbod and elanderson, but I can't even seem to get off the st...
1
I am building an ASP.NET Core Web API that will be secured by Azure AD (secured via app.UseJwtBearerAuthentication)
I am building an ASP.NET Core MVC controller (secured by app.UseOpenIdConnectAut...
Gracchus asked 30/8, 2016 at 15:26
1
Solved
Normally I have to register the authorize callback url/redirect_url at my IdP.
But what if that redirect_url is always the one the user tried to activate in an unauthorized state, that would mean ...
Manzanilla asked 21/12, 2017 at 8:8
1
Background Explanation
When it comes to Identity Server 4, I come to a road block when i think about the design of user management in the client applications.
At this point, I have Identity Serve...
Schwarzwald asked 14/12, 2017 at 11:10
6
Solved
Is there any alternative for OpenID,what i means is a site which provide our details fully, and we can log in to a site with that ID?
Update
suppose think that i am developing a site which have ope...
Lifeordeath asked 4/8, 2010 at 10:53
1
I am trying to port code from IdentityServer3 which used PreAuthenticate to provide a temporary impersonation of a user into a client application for our admins.
Following with the thread in here,...
Latchet asked 27/10, 2017 at 21:48
2
On the last weeks, I'm trying to implement a OpenID authentication on my laravel's website, but without success. I can't use laravel/socialite because the package doesn't support steam and think no...
2
Solved
I am getting a token from my identityserver 4 via url connection/token with a POST request:
Then I copy/paste the value of the access_token key to my API GET request as a header:
mytokenstring
e...
Tampon asked 11/10, 2017 at 18:53
1
Solved
I am using AppAuth 0.90.0 for authentication using an external authentication server where a user can log in so the app receives appropriate authentication tokens. Since recently (after upgrade to ...
4
Solved
I am testing a webproject using OWIN and OpenID Connect against Azure AD. I am using much of the code from this sample: https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-openid...
Protohuman asked 11/5, 2017 at 6:47
2
Solved
I have been working on migrating a monolithic ASP Core MVC application to use an service architecture design. The MVC front-end website uses an HttpClient to load necessary data from the ASP Core W...
Outturn asked 19/5, 2017 at 19:34
1
I want to use STEAM-LOGIN in my JSF2 web application. I found this in Steam Web API documentation:
"Steam can act as an OpenID provider. This allows your application to authenticate a user's...
Acidulous asked 26/9, 2015 at 13:45
2
I've only been able to figure out how to get an id token using B2C - but then I lose all the benefits of regular AAD apps (specifically access tokens, scopes and user consent)
Below I'll describe a...
Roxana asked 9/1, 2017 at 7:3
4
Solved
I am using IdentityServer4.
I want to add other custom claims to access token but I'm unable to do this. I have modified Quickstart5 and added ASP.NET Identity Core and the custom claims via ...
Cigarillo asked 26/6, 2017 at 13:36
© 2022 - 2024 — McMap. All rights reserved.