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

Are assertions supported? #100

Closed
chriskilding opened this issue Jun 20, 2012 · 7 comments
Closed

Are assertions supported? #100

chriskilding opened this issue Jun 20, 2012 · 7 comments

Comments

@chriskilding
Copy link

I'm building a Rails API with a separate web frontend app as "just another API client" (various smartphone apps to follow as well). In the previous "monolithic" version of the service, where all the server side was rolled into one Rails app, we used OmniAuth to allow users to sign in with Facebook, Twitter and a few other services.

I see from https://github.com/songkick/oauth2-provider#using-assertions that OAuth "assertions" might be the key in letting us keep this convenient "sign in with [external ID provider]" feature while securing our API with OAuth.

Are assertions supported in Doorkeeper, and if so how do we use them?

@felipeelias
Copy link
Member

No they aren't. It would be a pretty cool addition though.

@potomak
Copy link

potomak commented Jul 23, 2012

+1

2 similar comments
@smakman
Copy link

smakman commented Mar 13, 2013

+1

@tsov
Copy link

tsov commented Jun 22, 2013

+1

@felipeelias felipeelias reopened this Jun 25, 2013
@tsov
Copy link

tsov commented Jun 25, 2013

Nice! I am actually working on a simple assertion implementation atm.

@tsov
Copy link

tsov commented Jun 25, 2013

Here an example: #249

@tute
Copy link
Contributor

tute commented Sep 2, 2013

Closing this issue in favor of #249

@tute tute closed this as completed Sep 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants