Google Marketplace App - Whitelist OpenID realm for seamless Single Sign-On
Asked Answered
S

2

1

I'm trying to figure out what I need to do in order to achieve seamless SSO sign up.

When an administrator of a domain installs my google app, all of the users on his/her domain, should be able to sign-in through SSO without seeing any confirmation prompts. I'm looking into documentation on how to set this up:

Instead of displaying a confirmation page, your application should match the value of the openid.realm parameter in the OpenID request against the value declared in the application's manifest.

Is there an example of this? Also, I think Google stopped using XML manifest files once they switched from OpendID to OAuth 2.0. If so, how does this whitelist process work with OAuth 2.0?

Should I be utilizing Google Admin SDK?

Snub answered 27/2, 2014 at 16:2 Comment(1)
I have the same issue. Did you figure it out?Masthead
S
3

Since google is moving away from OpenId, white listing instructions are obsolete. Found a blog post about Domain-wide delegation with Oauth 2.0. Google recommends the following:

the recommended authorization mechanism is now to use OAuth 2.0 and service accounts. Google Apps domain administrators can delegate domain-wide authority to the service account’s credentials for a set of APIs. This results in allowing the application, by using the service account’s credentials, to act on behalf of the Google Apps domain’s users.

instructions on how to set up domain wide delegation - https://developers.google.com/drive/web/delegation

Snub answered 2/3, 2014 at 22:26 Comment(1)
Has anyone had any luck figuring out how to automatically delegate domain-wide authorization for a customer's domain when they install the app (either through the marketplace or through a custom install)? The Google documentation provides instructions for manually delegating domain-wide authority for a single domain through the Admin console but I haven't had any luck finding how to automatically/programmatically do this.Usurer
S
1

you can find detailed step to achieve seamless SSO sign up at the following url

http://david-codes.blogspot.com/2014/07/how-to-provide-seamless-single-sign-on.html

Split answered 14/8, 2014 at 10:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.