Are there any OAuth2 id-token format standards? [closed] - oauth-2.0

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 months ago.
Improve this question
I'm looking into building my own identity provider to handle attributes and would like each attribute to contain additional information such as if the attribute is verified or not.
I've noticed that Keycloak have solved it by adding another attribute called e.g. email_verified: true, is this a standard that I should follow as well or would it be fine to represent it (in the ID token) as:
{
"email": {
"value": "123#mail.com",
"verified": true,
"foo": "bar"
}
}

You can find the specification for the ID-Token here:
https://openid.net/specs/openid-connect-core-1_0.html#CodeIDToken
Then each provider can add their own claims if they want to.

Related

How to implement a Google OAuth2.0 Login functionality in Delphi [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Can anyone tell me how to Access a GMail account through OAuth2, preferably using Indy components. There are some dll's available but they do not appear to have documentation to instruct me how to do this.

iOS Flicker API to simply upload a public image? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there suppose to be a Flickr API (provided by Flickr)?
If not, i see a couple of flickr "kits" on GitHub (objectiveflickr and flickrkit).
Which is preferred?
Or maybe it is better to just write my own custom routine (all i need to do is authenticate (if required) and upload an image)?
Your thoughts appreciated.
Their website lists APIs.
https://www.flickr.com/services/api/
First hit on Google for Flickr API.

Avatar rails generator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am trying to find some rails gem or any API delivering some random (non figurative) picture for avatar users, as the one that SO uses.
I tried gravatar but when I create some random hash and that I call the api via http://www.gravatar.com/avatar/#{hash}, I always get the same default image (independently of the hash)
So perhaps I misunderstood the purpose of gravatar, so is there any API or rails gem offering this service ?
Just add ?d=identicon to your query.
Docs here

All countries and US states from google api [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a google API for displaying list of all countries in the world and also an API for displaying list of all states in US? I know of an autocompleter api (https://maps.googleapis.com/maps/api/place/autocomplete/json?sensor=false&key=&input= ) to display places but not specific only to countries and US states
There are a lot of ressources for this kind of data, e.g. fusionTables:
countries: https://www.google.com/fusiontables/DataSource?docid=12e2VhiXyMzHWDl6aponObHH_gvlMDoac9RTrcJ0#map:id=6
US-states: https://www.google.com/fusiontables/data?docid=1bkBD2aQ_OxPZxFQ-KD2l5-2Th5S-J0voBSmd_OI#map:id=20
The data may be requested via AJAX, see https://developers.google.com/fusiontables/docs/v1/sql-reference

Is there a Tumblr API for iOS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'd like to add simple Tumblr posting to my iOS app. Is there a drop-in API (preferably made directly by Tumblr) that I can use to do this?
You mean like: http://www.tumblr.com/docs/en/api/v2 ???
Here is the direct link to how to post a text posting, which also shows what the JSON formatted responses should look like.

Resources