Questions tagged [openid-provider]

147 questions
1
vote
2 answers

Login with Facebook and Twitter using OpenId

I am working on an application. this application uses openId(google and yahoo) for authentication. My question is that possible to use openid for facebook and twitter? if there is a possibility than how to implement it ? Thanks
Saad
  • 1,312
  • 5
  • 17
  • 40
1
vote
0 answers

php-openid Example server | Openid Server

I've been scouring through the web looking for a good setup on a openID server provider. Everything I come across requires a lot of additional setup... Far above what I know to do right now. I'm trying to learn it all, but its been a difficult…
1
vote
1 answer

Running own identity service

does dotnetopenauth allows or has the ability to run own identity server? We are interested in building a id provider such as stack exchange, google, or fb. As well as authentication, we are interested in allowing users to register and then using…
DarthVader
  • 52,984
  • 76
  • 209
  • 300
1
vote
0 answers

Transitioning from DotNetOpenAuth 3.4 to 4.2 - IProviderApplicationStore to IOpenIdApplicationStore

We are an OpenId Provider and our team is using DotNetOpenAuth 3.4 currently in production as the underlying OpenId Provider Service. We have implemented the IProviderApplicationStore interface, and used database tables to store the…
nsdiv
  • 912
  • 12
  • 30
1
vote
0 answers

How to use Attribute Exchange (AX) with php-openid?

We are working with php-openid library of Janrain. There is no documentation or example about how to use the AX.php class and configure it on the OpenID provider/server. We found one thread about this with an consumer/client example: Example usage…
1
vote
1 answer

connecting to Jenkins with own openid provider (simpleid)

Does anybody know how to connect to Jenkins with own openid provider? We have an openid provider on our website - simpleid (http://simpleid.koinic.net/) I try to connect with it to Jenkins. I've checked that I can connect to Jenkins with google…
user1067939
  • 93
  • 1
  • 1
  • 6
1
vote
2 answers

OpenID security: RPs don't ensure that auth was approved by the actual provider

General Description I implemented an OP (OpenID Provider), using DotNetOpenAuth. I am testing it against example RPs (relying parties), such as Drupal's OpenID login and the OpenIdRelyingPartyWebForms project in the DotNetOpenAuth's Samples…
Dmytro Shevchenko
  • 33,431
  • 6
  • 51
  • 67
0
votes
2 answers

Implementing Single Sigon for ASP.NET and Classic ASP websites

We have two old websites in Classic ASP and few websites in ASP.NET 2.0. Our new development is in ASP.NET as well and gradually we might be moving our Classic ASP sites to .NET as well. All these websites use same back-end database. For now we are…
gbs
  • 7,196
  • 5
  • 43
  • 69
0
votes
0 answers

Creating anonymmous session using OpenID Connect Auth Server

I'm currently implementing an OpenID Authorization server (using node oidc-provider npm package) in place of a small in-house /login API built with express & passport, and I have some auth-related features which need to be integrated with our new…
0
votes
0 answers

how to external providers like azure ad ,google access token life time override with our value using openid connect options

how to external providers like azure ad ,google access token life time override with our value using openid connect options. but by default its return Expires_in =3600 I need to override this value. is it possible? is there any solution please help…
0
votes
0 answers

Persist additional claims and tokens from external providers in ASP.NET Core

I'm trying to follow the steps in this article: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/additional-claims?view=aspnetcore-7.0 To get the user image (large) and the user birthday and gender from external login…
0
votes
0 answers

Software to Leverage Multiple OpenID Providers

I'm configuring OpenID authentication for a server-based software product. It supports OpenID, but only allows for one OpenID provider at a time. I have Google authentication working, but I want to add Microsoft and perhaps others as well. Is there…
0
votes
2 answers

Response URI for Azure AD B2C returns 404, custom OpenID identity provider

We're implementing a custom identity provider for Azure AD B2C, using OpenID protocol option, as a generic OpenID Connect. Everything works as expected until it's time to post the response back to Azure AD B2C using the redirect URI provided. I've…
Roman Polunin
  • 53
  • 3
  • 12
0
votes
0 answers

Error: "message":"PermissionDenied","type":"DomainError" after user tried to log in

Please, could you give me some clue or indication where to go? I have checked the settings several times from our side, we are the IDP, and I am not able to detect the reason for this error. The flow is: User reaches the RP website => Click on Log…
0
votes
1 answer

How to migrate from PrivateKeyByes to PrivateKey on the ASPNET OAuth Provider

Currently I'm running the AspNet.Security.OAuth.Apple package with version 3.1.7. I'm upgrading to .NET 6 and thereby upgrade this AspNet.Security.OAuth.Apple package to 6.0.0 as well. There is a breaking change announced here. It tells us to…
JonHendrix
  • 933
  • 15
  • 28