Questions tagged [openid-provider]

147 questions
0
votes
2 answers

Example of supplying SREG/AX in DotNetOpenAuth

I can't find any example of supplying SREG/AX extension on Provider (OP) side in DotNetOpenAuth. All constructors of ClaimsResponse are internal. Any help/suggestions?
derigel
  • 3,218
  • 2
  • 19
  • 31
0
votes
1 answer

Installing python openid library pyoidc but fails due to missing ffi.h

Does anyone know where I should get that file? Has anyone gotten pyoidc installed and working?
dl__
  • 4,500
  • 5
  • 28
  • 34
0
votes
2 answers

DotNetOpenAuth OpenID provider not accepting requests

I've done my best to duplicate the DotNetOpenAuth OpenID provider sample in a new project, mostly to learn how to use it. I use the DotNetOpenAuth OpenID RP example to test. When I run both samples (provider and rp), and point the rp to the…
Adam Schiavone
  • 2,412
  • 3
  • 32
  • 65
0
votes
1 answer

DotnetOpenAuth : No OpenId End point found error for localhost

I am writing a custom Open Id Client as below public class CustomOpenIdClient : OpenIdClient { public CustomOpenIdClient() : base("TestOpenId", "`http://localhost:39167/server.aspx`") { } protected override Dictionary
Sumit Bakshi
  • 23
  • 1
  • 7
0
votes
1 answer

How to implement OAuth for my website one and use it for website two

I want to implement OAuth/OpenID for Website One and use it in Website Two. I create Sign Up, Sign In, Sign Out, Profile functionality/Pages for Website One and want to use authentication in Website Two like Facebook or Twitter authentication. As an…
TIKSN
  • 615
  • 1
  • 6
  • 24
0
votes
1 answer

OpenID Provider offering credentials for accounts they do not control

I am in the process of completing an integration with a 3rd party for OpenID. We've got all of the hard parts done, and everything works. This 3rd party, call them foo.com, is offering OpenID authentication for users with logins at their site, but…
Josiah
  • 727
  • 5
  • 15
0
votes
1 answer

disable AskUser in OpenId Provider

I create OpenId Provider by DotNetOpenAuth Library. I use OpenIdProviderMvc project that found on sample of DotNetOpenAuth and customized it. Now I have 2 question: How can I remove AskUser step? How can i signout in provider after response to…
Morteza
  • 2,378
  • 5
  • 26
  • 37
0
votes
1 answer

what does openid provider return during discovery?

i am making an openid provider. but i'm stuck at the discovery step. what i have done is as following: relying party goes to my discovery url my server (openid provider) return the following document (content type: application/xrds+xml)
fajrian
  • 527
  • 1
  • 4
  • 14
0
votes
1 answer

OpenID and single sign on (sso)

I have some some basic questions on Openid 1. Can anyone become an openid provider? 2. If someone signed-up to our site will they be able to use that id in any other website that uses open id ? example Google aps ?
abbyyUser
  • 117
  • 2
  • 9
0
votes
1 answer

Me as openid provider

I have an website which is using openid and I made it as an openid provider. Is there any possibility to display my openid provider in other openid provider website as an identity provider as google,Yahoo,etc.,
user1374429
  • 1
  • 1
  • 3
-1
votes
1 answer

Questions about OIDC FAPI and mTLS

I am trying to make my OIDC provider FAPI compliant. I have enabled mTLS in which the relying party creates a key and CSR (certificate request) and we provide them with a PEM formatted public certificate to use in mTLS of /token I also want to…
Decrypter
  • 2,784
  • 12
  • 38
  • 57
-1
votes
1 answer

OpenID client-provder

Does OpenID implementation usually works in a way that it redirects the user to the provider site and then back? The case I'm asking about has sign-up/sign-in embedded into the client site so it doesn't actually redirect you anywhere. The client and…
tech1234
  • 1
  • 1
1 2 3
9
10