Documentation
¶
Index ¶
- Constants
- type GSuiteSsoIDP
- func (this *GSuiteSsoIDP) AppScopeAppender(app *gsuite_admin_app.App, scopes *gsuite_admin_app.Scopes, r *http.Request) (err error)
- func (this *GSuiteSsoIDP) AppSetupHandler(app *gsuite_admin_app.App, token *gsuite_admin_app.Token, r *http.Request) (err error)
- func (this *GSuiteSsoIDP) ConfigureApp(app *gsuite_admin_app.App)
- type Plugin
Constants ¶
View Source
const GSuiteAdminSettingsScope = "https://apps-apis.google.com/a/feeds/domain/"
See https://developers.google.com/admin-sdk/admin-settings/auth
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GSuiteSsoIDP ¶
type GSuiteSsoIDP struct { IDP *ect_samlidp.SamlIDP GSuiteMailAddressFinder gsuite.GSuiteMailAddressFinder }
func New ¶
func New(IDP *ect_samlidp.SamlIDP) *GSuiteSsoIDP
func (*GSuiteSsoIDP) AppScopeAppender ¶
func (this *GSuiteSsoIDP) AppScopeAppender(app *gsuite_admin_app.App, scopes *gsuite_admin_app.Scopes, r *http.Request) (err error)
func (*GSuiteSsoIDP) AppSetupHandler ¶
func (this *GSuiteSsoIDP) AppSetupHandler(app *gsuite_admin_app.App, token *gsuite_admin_app.Token, r *http.Request) (err error)
func (*GSuiteSsoIDP) ConfigureApp ¶
func (this *GSuiteSsoIDP) ConfigureApp(app *gsuite_admin_app.App)
type Plugin ¶
type Plugin struct { plug.EventDispatcher SamlIdpKey, GSuiteAdminAppKey, GSuiteSsoIdpKey string }
func (*Plugin) ProvideOptions ¶
func (*Plugin) ProvidesOptions ¶
func (*Plugin) RequireOptions ¶
Click to show internal directories.
Click to hide internal directories.