Questions tagged [openid-provider]
147 questions
3
votes
1 answer
nifi 1.17 + oidc UI timing out - Unauthorized error="invalid_token" Expired JWT
Deployed a 3 node dockerized nifi cluster using oidc for authentication.
Everything working as expected however, UI seems to be timing out after few minutes. Even with activity on the page.
Tried to increase below timeout params but still getting…

StrangerThinks
- 246
- 4
- 14
3
votes
1 answer
openid with appengine
I am currently using federated authentication via openid in appengine - using google, yahoo, myopenid as the providers
Had a question as to what I should be storing in my db to identify returning users.
I am currently storing user.getNickname() -…

user275157
- 1,332
- 4
- 23
- 45
3
votes
1 answer
Create an own "OpenID-like system" Provider
I know that Facebook use their own OpenID-like system called "Facebook connect", which you can use to authenticate users on your site, among other features.
In my case I have multiple Ruby on Rails…

user502052
- 14,803
- 30
- 109
- 188
3
votes
1 answer
OpenID Connect RP and OP on the Same Domain?
I'm trying to find if a RP(Relay Party) and OP(OpenID Provider) can be on the same domain. We have a use case to implement internal SSO in the future and have being asked to implement authorize on the same domain for each client.
We have a total of…

Terry Collins
- 121
- 6
3
votes
1 answer
Decent Clickpass alternative?
I wanted to use Clickpass in an webapp that I've been developing, as I like the idea of a simpler way of handling OpenID. However, when I peeked at the developer documentation, I got this:
"Clickpass is being reworked. Please, don't develop…

AlexMax
- 1,204
- 14
- 36
3
votes
1 answer
Single-user OpenID server with Rails
My website's root page automatically redirects all users to some subpage via http header.
http://example.com/ → http://example.com/subpage
I want to use my domain example.com as OpenID. The problem is that I have to add some tag to my root page, but…

Simon Perepelitsa
- 20,350
- 8
- 55
- 74
3
votes
0 answers
Password change flow in OpenIdConnect/OAuth
I have a basic flow that uses AngularJS SPA and a OpenIdConnect Identity Provider. The server I am using is IdentityServer3 but this should be the same everywhere as it is a specification. I would like to know how this flow works.
The Idp has a DB…

Mohan Radhakrishnan
- 3,002
- 5
- 28
- 42
3
votes
2 answers
difference between http://schema.openid.net/contact/email and http://axschema.org/contact/email
when to use http://schema.openid.net/contact/email and when to use http://axschema.org/contact/email in openid request.

Niraj Choubey
- 3,942
- 18
- 58
- 93
3
votes
2 answers
How to return RSA key in jwks_uri endpoint for OpenID Connect Discovery
Working on the discovery part of an OpenID Connect provider, I'm a bit confused about how to properly return my public keys. My problem is specifically with the modulus (n) and the exponent (e) values.
The initial values of both are:
n =…

juanifioren
- 633
- 5
- 18
3
votes
0 answers
ServiceStack OpenID Identity Server
We are developing a suite of ServiceStack based sites and would like to share user credentials between them.
From reading around, I THINK what we need, is for one of the sites to act as an OpenID Identity server, with both it and the other sites…

Chris Wallis
- 1,263
- 8
- 20
3
votes
1 answer
Is it possible to use Amazon.com as an authentication provider
I'm building a Silverlight app that is consuming the Amazon.com product advertising API. I want to add authentication to my app, but instead of using the default forms base authentication, I would like to implement OpenId.
I see many websites that…

shannon.stewart
- 974
- 1
- 8
- 18
3
votes
1 answer
openId - Is It possible to initiate a login from the OpenId Provider site?
Usually the user first visits the client site (like stackoverflow) and gets redirected to the OpenID Provider (OP) and gets redirected back to the client after authenticating.
Imagine now we have a portal which acts as a OP. After I login into the…

Janning Vygen
- 8,877
- 9
- 71
- 102
3
votes
2 answers
Laravel Single Sign-On
Is there any OpenID implementation on Laravel ? (Provider and Consumer)
What I'm trying to do is having One CoreApp acting like an OpenID Provider, and the otherApps as OpenID Consumers so the user can choose between :
Login with the CoreApp OpenID…

cyberhicham
- 495
- 1
- 10
- 24
3
votes
2 answers
Google OpenID delegate provider without Google+
For years I've been using my own domain frightanic.com as my OpenID. However, my site delegates to Google's OpenID provider by using the following in the index.html's HTML head:

Marcel Stör
- 22,695
- 19
- 92
- 198
3
votes
1 answer
How can i modify joomla to be an OpenID provider?
i'm trying to find joomla plugins or another components to make joomla an OpenID providerID itself with his database.
Any idea of how can i accomplish this idea?

A.Quiroga
- 5,704
- 6
- 37
- 58