chenneo / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Add additional optional fields to GoogleAuthorizationCodeRequestUrl #524

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?
https://developers.google.com/accounts/docs/OpenIDConnect#authenticationuriparam
eters

Target platform (e.g. Windows, Mono, Silverlight, WP7, All)?
All

Please describe the feature requested.

Some of the optional parameters listed in 
https://developers.google.com/accounts/docs/OpenIDConnect#authenticationuriparam
eters are not included in the GoogleAuthorizationCodeRequestUrl class or base 
classes. Either they should be added or there should be a new class to help 
with the OpenID Connect authentication flow.

The missing parameters are:
- prompt (there is a approval_prompt parameter which has different name and 
list of options)
- display
- include_granted_parameters
- openid.realm
- hd

Original issue reported on code.google.com by awilli...@leveragepoint.com on 7 Jan 2015 at 4:12