Tagged Questions
0
votes
0answers
11 views
PayPal OpenId Connect with MVC
Has anyone had luck getting Login With PayPal to work with MVC4? I've tried creating an extension of OAuth2Client, as well as a separate extension of OpenIdClient. Both had the same problem, which ...
0
votes
0answers
33 views
Create your own OpenId and OAuth Provider
I want to implement a single-sign-on on all of my applications including mobile apps.
Is it a good practice to create your own OpenId and OAuth Provider?
Is there a good exmaple on how to do this ...
0
votes
0answers
19 views
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 ...
6
votes
0answers
90 views
Processing AuthenticationResult's from different providers in the same page
I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with ...
0
votes
1answer
54 views
OpenID login with Google suddenly stopped working in production
I came in today to find that no one can login to our system that uses DotNetOpenAuth with the Google Provider. This has worked fine for months and there's not been an update to the system in weeks. ...
0
votes
0answers
117 views
How can an Android client authenticate with OpenID (Google) and then pass this on to an asp.net Web Api?
I've created a basic asp.net web application which logs the user in via a user's Google account as per the tutorial here;
...
2
votes
1answer
256 views
How to Get email id using asp.net mvc4 openid api [closed]
Looking to get the email id along with the openid while
Using the Internet template for MVC4
This is available for auth using google but not for facebook
wondering how to get/request the email id in ...
0
votes
1answer
120 views
Get FirstName, LastName and other from OpenId?
Here the relevant functions from the ASP.NET MVC template.
How do I get some additional attributes of the user such as FirstName etc? I don't mind using DotNetOpenAuth, if there is no other choice, I ...
0
votes
1answer
49 views
Purpose of ProviderUserName column in DotNetOpenAuth sample
I've started an ASP.NET web site in Visual Studio using a Microsoft pre-defined template. This is to help me learn about OpenID within ASP.NET.
Inside the included SQL database within the sample ...
3
votes
3answers
157 views
What do I really need to create a single signon with DotNetOpenAuth (and google apps)?
I've spent the past 5 days reading up on DotNetOpenAuth and for some reason it's just not coming to me easily...
I have a local set of users in active directory. My web portal application already ...
1
vote
2answers
214 views
Get users email address using Google OpenID
I am trying to retrieve a user's email address from Google via OpenID using DotNetOpenAuth.
My code so far correctly redirects to Google for the current user, and asks for permission for my ...
2
votes
1answer
208 views
OpenID provider as authentication proxy
I'm creating a website .NET, which will provide specific service for its users. Lets call it service1.com. In future, there will be service2.com and they will share database. I also want to make a ...
1
vote
0answers
55 views
Android and google login - get same ID as in OpenID login
We want to build asp.net application which enables user login through Google OpenID provider. We are using DotNetOpenAuth library and we are able to login user correctly and as a result we get user ...
5
votes
2answers
397 views
Login with gmail account through c# .net
i am using DotNetOpenID dll for logging my sample application through gmail authentication through c# .net
code which i used was
protected void Page_Load(object sender, EventArgs e)
{
...
0
votes
1answer
48 views
OpenIdButton's extension returns null
Following is my code written in vb.net.
Protected Sub OpenIdButton3_LoggedIn(ByVal sender As Object, ByVal e As DotNetOpenAuth.OpenId.RelyingParty.OpenIdEventArgs) Handles OpenIdButton3.LoggedIn
...
0
votes
1answer
106 views
Google Apps OpenID endpoint gives errors, but standard Google endpoint with Apps account works - what gives?
I'm building a site where people from an organization will login with their organization-provided Google Apps accounts. The site uses DotNetOpenAuth's standard OpenID sample code to authenticate with ...
0
votes
5answers
136 views
OpenId Authentication through different web sites in MVC
I have to develop a web site that implements a custom authentication.
No problem so far, I should use the Membership provider and so on.
Now comes the problems.... I have to create other web site, ...
0
votes
1answer
155 views
DotNetOpenAuth Sample OpenID Error: No OpenID endpoint found
Im using DotNetOpenAuth and when i call :
this.openIdRelyingParty.CreateRequest(userSuppliedIdentifier, realm, returnToUrl);
I get the error above... I am using my own OpenID Provider which i just ...
0
votes
1answer
65 views
AOL is unable to verify this website
I am trying to implement AOL open id in my website.On redirecting to AOL website it shows "AOL is unable to verify this website." how to rectify this.
0
votes
1answer
176 views
DotNetOpenAuth ClaimedIdentifier changes? What should I store in database to identify users
There are quite a few questions like this and this which all claims that ClaimedIdentifier should be used to uniquely identify each user.
After successful login I am storing ClaimedIndentifier in ...
1
vote
1answer
282 views
Client for Custom OpenId provider in Asp.Net web application
I am relatively new to asp.net so sorry if the question sounds silly.
I have to build an Asp.net web application able to login on a OpenId custom server (i.e. not included in the DotNetOpenAuth ...
0
votes
1answer
34 views
How to disable dynamic sign up with Open ID provider during client authentication flow?
Background: I'm using Open ID authentication in my asp.net website. Here is how it works currently - User would pick an Open ID provider from dropdown (google/yahoo/myopenid/etc..) and then click on ...
-1
votes
1answer
192 views
DotNetOpenAuth ClaimsResponse return Null with unified library v4.0 ++ Google OpenId
I'm really puzzled about this, I know there is a couple of duplicate posts like this around, done quite some reading and I know a bit about ClaimsResponse (at least i think i do) working with both ...
2
votes
1answer
148 views
(Google)OpenId Authenication has InvalidOperationException
I'm trying to get authentication up and running with Google using the ServiceStack.Authentication.OpenId package. I've followed the SocialBootStrap example but can't figure out what I've missed.
...
0
votes
2answers
135 views
Retrieve Authentication Provider Type Using Claimed Identifier
I've browsed the documentation on DotNetOpenAuth and cannot find a method to retrieve the authentication provider type based off of the ClaimedIdentifier. I'm looking for a method akin to the ...
1
vote
1answer
395 views
DotNetOpenAuth, AuthenticationStatus.Failed - Message signature was incorrect
Got problem with my asp.net site (not MVC, not WebForms).
Form looks like:
<form method="post" enctype="multipart/form-data" action="http://mysite.com/register/">
Site using REWRITE-URL
C# ...
0
votes
1answer
244 views
DotNetOpenAuth: OpenID Provider returning slightly different claimed identifier
I am at the very last stage of reworking the OpenID provider MVC sample that comes with DotNetOpenAuth.
I am getting the following error on the relying party "The OpenID Provider issued an assertion ...
1
vote
1answer
86 views
Rejecting an association because deserialization of the encoded handle failed. DotNetOpenAuth
I am working through the DotNetOpenAuth samples, and implementing an openID provider and relying party.
Essentially it's very similar to to the provided DotNetOpenAuth samples, except I am using MVC ...
1
vote
1answer
215 views
DotNetOpenAuth - OpenId login to Google asks for confirmation every time
I'm using DotNetOpenAuth to login to my site using Google OpenId. Simple code, discussed many times before:
protected static readonly string ENDPOINT = "https://www.google.com/accounts/o8/id";
...
2
votes
1answer
61 views
Avoid “must contain period” restriction in dotnetopenauth urls
Background (which may be already evident from the multitude of questions I've asked about DNOA thus far): I'm working on a web application portal running in my employer's intranet. However, since this ...
1
vote
1answer
74 views
Is validating a Realm sufficient security?
I'm working on an OpenId Provider for an SSO setup - it's basically a web application portal that shares credentials with any of the "applications" the user has access to. I have the Provider set up ...
0
votes
1answer
141 views
DotNetOpenAuth / WebSecurity Basic Info Exchange
I've gotten a good number of OAuth logins working on my site now. My implementation is based on the WebSecurity classes with amends to the code to suit my needs (I pulled the WebSecurity source into ...
3
votes
2answers
475 views
Using OpenID/OpenAuth in MVC3 app with overridden authentication method
We override the basic authentication in an MVC3 application by calling a webservice with the user's credentials and returning a WCF structure that contains the user's ID, a "LogonTicket". This ...
1
vote
2answers
143 views
Forcing a different Attribute Exchange namespace in DotNetOpenAuth
Currently I am using OpenID (via C# and DotNetOpenAuth) to create a single sign-on feature between App A ('their app') and App B ('my app').
I wish to make use of attribute exchange to acquire data ...
1
vote
0answers
201 views
Authentication in OAuth2.0 and how it works with OpenId
Ok Looking for some guidance
I am looking into setting up an central Authentication and Authorisation server for login and access to our Api using DotNetOpenAuth.
So far
OpenId -> ...
5
votes
1answer
2k views
How to use OpenID providers with unique identifier URLs in ASP.NET MVC4
The new SimpleMembershipProvider implemented in ASP.NET MVC4 allows easy, built-in support for two popular OpenID providers (Google and Yahoo) and three OAuth providers (Microsoft, Facebook, Twitter). ...
1
vote
1answer
117 views
DotNetOpenAuth OpenId Provider Intermittent issue while using with .Net 4.0
I was trying to use Sample application OpenIdProviderWebForms Application from DotNetOpenAuth-4.0.0.12084.
It was working fine with OpenIdRelyingPartyWebForms when I used it as it is but suddenly I ...
0
votes
1answer
190 views
What does IsReturnUrlDiscoverable do?
I'm using the following sample code from the DotnetOpenAuth Samples (OpenId Controller in OpenIdProviderMvc)
public ActionResult ProcessAuthRequest() {
if (ProviderEndpoint.PendingRequest == ...
1
vote
1answer
215 views
Does an OpenID realm have to be the base URL of the web site?
As a continuation of this question, there's an issue I'm having with dotnetopenauth.
Basically, I'm wondering if the realm specified in the RP has to be the actual base URL of the application? That ...
3
votes
1answer
142 views
Understanding OpenID message flow
Being new to OpenID, I have read the v2.0 spec and sketched out what I think happens in a fairly simple auth case. I then downloaded the DotNetOpenAuth samples and using these and various web searches ...
2
votes
2answers
520 views
OpenIdProvider.GetRequest() returns null
As somewhat of a continuation of this question, I'm having problems with dotnetopenauth.
I navigate to my relying party code and create the request, however when my provider receives the request ...
4
votes
2answers
596 views
Missing DotNetOpenAuth.ApplicationBlock in OpenID+OAuth
I am implementing OpenID+OAuth in my ASP.NET WebForm (using .NET Framework 3.5) application, found example on net
https://groups.google.com/forum/?fromgroups=#!topic/dotnetopenid/xQYkE6sUZYU
But I ...
2
votes
2answers
587 views
SSO - No OpenID endpoint found
I'm trying to get SSO openid working with dotnetopenauth.
I have two separate projects, being debugged separately (both on localhost but two different ports), one acting as the provider and one as ...
3
votes
1answer
825 views
How to implement custom OpenID Relying Party in MVC 4
I like the new MVC OpenID/OAuth login feature, but I want to know how to add a new login button, for example I want my users to login using their StackExchange account or using their OpenID url the ...
0
votes
1answer
791 views
Creating an OpenID provider with DotNetOpenAuth
I'm trying to implement an OpenID provider with DotNetOpenAuth. I supply an OpenID url, and the consumer discovers my endpoint.
I log into my provider, and the provider returns a Claimed Identifier ...
3
votes
1answer
143 views
What's the difference between OpenID Provider and OpenID WebRing SSO Provider?
I'm looking at the DotNetOpenAuth samples and there are two OpenID provider samples; and OpenID Provider and an OpenID Web Ring SSO Provider.
Does anyone know the differences between the two, and in ...
7
votes
1answer
1k views
How do I Integrate OpenID into MVC4 Web API
I am writing a Web API using MVC4 that should be consumed by multiple client types. I want to use the OpenID to authenticate.
I already have downloaded the DotNetOpenAuth NuGet package, but so far ...
0
votes
1answer
85 views
DotNetOpenAuth Response object & property is set but it throws a NullException
So! My head just exploded because this seems very strange to me. Using debug mode, I can watch the Claimsresponse come through into the method, its populated, and so is the Email property. But when I ...
0
votes
1answer
424 views
DotNetOpenAuth new OpenIdRelyingParty().GetResponse() is null?
I'm using this tutorial: http://www.dotnetopenauth.net/developers/help/programmatic-openid-relying-party/
My GetResponse() call always returns null, I've also added localhost to my white list in the ...
0
votes
1answer
62 views
Raising minimum OpenID version requirement for Providers to 2.0 to protect this stateless RP from replay attacks
We use OpenAuthAuthentiocation dll and get the following warning:
How can we fix it? make this warning disappear?
Raising minimum OpenID version requirement for Providers to 2.0 to
protect this ...
