openid Questions
2
Solved
I'm new to Federated Identity Management. I'm trying to understand the differences between the authentication protocols and concepts.
I understood the difference/relationship between OpenID and OA...
Predominance asked 16/6, 2017 at 23:58
1
Solved
I have keycloak running in localhost.
I want to
add a key/value pair to the token payload
or add a key/value pair related to the user (payload again)
Can you suggest me a way to do this and a...
2
My website have a Restful API, with authentication needed. When a user log-in in website, it's performed a HTTP Basic authentication (username and password), and is returned a access token generate...
1
Solved
I am new to Identity Server. I haven't configured it before. But I need it for a Project I am working on.
The API will be serving an Angular JS Client, iOS App and an Android App. We need to imple...
Subclass asked 11/5, 2017 at 10:17
4
Does Windows Live ID or Hotmail (Passport) support OpenID based authentication?
If yes, what is the endpoint url, and do I have to register my application somewhere to use it?
If no, do they have...
Overbearing asked 3/7, 2010 at 4:43
3
Solved
I am planning to build a site with openID authentication , most of my target users will register in the site using Microsoft accounts (hotmail/live/windowslive).
Is there anyway to use Microsoft a...
6
I am really really trying to like DotNetOpenAuth, an OpenId, OAuth library for .Net, but it really doesn't cut it for me.
First of all it doesn't seem to work on mono (the examples fail with ...
2
Solved
I want to add the following buttons to my website for providing users with option to login using more services like Google, Facebook etc.
Please answer the following questions:
How can I add vari...
Bandylegged asked 4/6, 2011 at 8:50
3
Solved
I want to build a token-based authentication to my web APIs to let 3rd party applications access those APIs.
No user interaction, no delegation, the roles and the connected applications are manag...
Balancer asked 8/2, 2017 at 13:54
0
I need to write an app that will read messages in several shared mailboxes.
https://graph.microsoft.com/v1.0/users/[email protected]/messages
This request is sent with the authorization tok...
Merle asked 3/2, 2017 at 19:29
1
Solved
I am having an issue with a .NET core web app utilizing OpenID for AD authentication. Currently in my application settings the CallBackPath is set to /signin-oidc
"Authentication": {
"AzureAd": {...
Polite asked 6/1, 2017 at 17:4
3
Solved
I am looking for a PAM module that can use OpenID to do the authentication. My idea is that I want to logon my Linux box using my gmail account and password. I found there is a open source pr...
Turrell asked 30/12, 2010 at 7:54
2
I have registered an angular app with Azure AD for authentication. After auth, Azure redirects back to my app as designated by the "Reply Url" in the Azure config.
Reply Url = http://myapp.com/#/?...
Fennessy asked 9/7, 2014 at 19:51
1
I am very new to Spring and Spring Security, and hoping someone can help me to solve the following problem.
What I want to achieve is to extract user's username and email address after this user i...
Childbed asked 5/9, 2011 at 13:58
1
Solved
I create Backend server, which gets the ID Token from mobile application (iOS). How can I verify that this token is OK and can be used it securely?
Official Google's documentation about validating...
Criticism asked 4/1, 2017 at 10:28
5
Solved
The Uri class defaults to RFC 2396. For OpenID and OAuth, I need Uri escaping consistent with RFC 3986.
From the System.Uri class documentation:
By default, any reserved characters in the URI ...
5
Solved
What is a good, open source RoR 3 forum that can easily integrated to an existing application?
Optional features:
OpenID support
Haml/SCSS templates
Support for smilies, YouTube, images, etc
I'm...
Emotionality asked 4/10, 2010 at 17:7
1
Solved
I am using this github project https://github.com/openiddict/openiddict-core which is great. But I am stuck as to what the procedures should be, or how to implement them, when the user uses an exte...
Trainman asked 26/10, 2016 at 9:1
1
Solved
To make it short:
How exactly does an "Self-Issued OpenID Provider" differentiate from a “normal OpenID Provider” (lets say google) ?
I read the specification which just says :
"OpenID Connect...
Thymelaeaceous asked 14/9, 2016 at 20:11
6
I'm using the rails gem: OmniAuth to login users.
When using an OpenId provider I would like to get certain field, like email and nickname but I don't see any documentation on this.
Any ideas? ...
Sevenfold asked 17/10, 2010 at 3:24
3
I use the resource owner flow with IdentityServer3 and send get token request to identity server token endpoint with username and password in javascript as below:
function getToken() {
var uid =...
Chine asked 26/11, 2015 at 22:35
4
Solved
is there a way to find the the profile image of a user that's logged in using his/her google account (through OpenID).
I've checked stackoverflow and it seems they're using gravatar service to as...
1
Solved
I am currently making a site that requires a user to log in with Steam before they can use the rest of my website's functionality. Steam currently only supports OPENID for authentication. The way t...
4
Solved
I have seen in the some articles, It is said that OpenID Connect would replace SAML as the dominant protocol for SSO. I am not sure how openID connect would handle the session management capabiliti...
Stevenson asked 21/1, 2014 at 3:23
2
Solved
Are https://www.google.com/accounts/o8/id and https://me.yahoo.com are Google's and Yahoo's OpenID Endpoint or the URL's to which I must send the discovery request, which in response will have the ...
Irving asked 27/8, 2010 at 6:2
© 2022 - 2024 — McMap. All rights reserved.