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

Extend OAuth2 package to support OpenID connect #15248

Closed
DartBot opened this issue Nov 21, 2013 · 5 comments
Closed

Extend OAuth2 package to support OpenID connect #15248

DartBot opened this issue Nov 21, 2013 · 5 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. needs-info We need additional information from the issue author (auto-closed after 14 days if no response) P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Nov 21, 2013

This issue was originally filed by warren.strange...@gmail.com


After thinking this through, I realize this is a fairly major feature request.

The current OAuth2 package (http://pub.dartlang.org/packages/oauth2)

does not support OpenID connect. For example, Openid connect returns a id_token as part of the authorization flow.

A small enhancement would be to extend Credentials.dart to provide the raw value of id_token if it is present.

Ideally, support would be provided for JSON web tokens, signature verification, etc.

@iposva-google
Copy link
Contributor

Added Area-Pkg, Triaged labels.

@sethladd
Copy link
Contributor

Removed Type-Defect, Priority-Unassigned labels.
Added Type-Enhancement, Priority-Low, Pkg-oauth2 labels.

@nex3
Copy link
Member

nex3 commented Jul 18, 2014

Warren, can you provide a link to the spec for the functionality you're describing?


Added NeedsInfo label.

@DartBot
Copy link
Author

DartBot commented Jul 18, 2014

This comment was originally written by warren.stran...@gmail.com


OIDC spec? http://openid.net/specs/openid-connect-core-1_0.html

i.e. at a high level, how can we make a Dart client consume JWT tokens and participate in OIDC flows.

@DartBot DartBot added Type-Enhancement P3 A lower priority bug or feature request area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. needs-info We need additional information from the issue author (auto-closed after 14 days if no response) labels Jul 18, 2014
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/oauth2#8.

@DartBot DartBot closed this as completed Jun 5, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. needs-info We need additional information from the issue author (auto-closed after 14 days if no response) P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants