Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openid provider #2

Open
rsoika opened this issue Oct 31, 2013 · 1 comment
Open

openid provider #2

rsoika opened this issue Oct 31, 2013 · 1 comment
Milestone

Comments

@rsoika
Copy link
Owner

rsoika commented Oct 31, 2013

I tried to implement a OpenID provider service implementation.

The OpenID URL should be :

http://localhost:4040/rest/auth/openid

But for several reasons it seems that this is not possible.
Most Relying Parties try to discover the provider before redirect

See:
http://openid.net/specs/openid-authentication-2_0.html#rp_discovery

http://stackoverflow.com/questions/172040/how-do-you-develop-against-openid-locally

http://lists.openid.net/pipermail/openid-general/2008-January/004024.html

So it looks like an local openId provider is not accessible from most openId client sites :-(

Also localhacks.com did not solve the problem for me
http://lists.openid.net/pipermail/openid-general/2008-January/004023.html

@rsoika
Copy link
Owner Author

rsoika commented Nov 1, 2013

We can solve this problem when we simply move the OpenId Server stuff to the ImixsCrypt Public API.
There we can fulfill the requirements.
And we can use our idea of a simple local authentication concept as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant