Table of Contents - osso-0.1.2 Documentation
Pages
Classes and Modules
- AddGenericSamlToProviderServiceEnum
- AddGoogleToIdentityProviderServiceEnum
- AddIdentityProviderServiceEnum
- AddIdentityProviderStatusEnumAndUseOnIdentityProviders
- AddMissingTimestamps
- AddNameToEnterpriseAccount
- AddOauthClientIdToEnterpriseAccountsAndIdentityProviders
- AddOauthClients
- AddOneLoginToIdentityProviderServiceEnum
- AddPingToIdentityProviderServiceEnum
- AddProviderIdToUsers
- AddRequestedToAuthorizationCodesAndAccessTokens
- AddRodauthTables
- AddSalesforceToProviderServiceEnum
- AddSsoIssuerToIdentityProviders
- AddTokenIndexToAccessTokens
- AddUsersCountToIdentityProvidersAndEnterpriseAccounts
- CreateAccessTokens
- CreateAppConfig
- CreateAuthorizationCodes
- CreateEnterpriseAccounts
- CreateIdentityProviders
- CreateRedirectUrisAndDropFromOauthClients
- CreateUsers
- DropUnneededTables
- EnableUuid
- Object
- Osso
- Osso::Admin
- Osso::Analytics
- Osso::AppConfig
- Osso::Auth
- Osso::Error
- Osso::Error::AccountConfigurationError
- Osso::Error::Base
- Osso::Error::InvalidACSURLError
- Osso::Error::InvalidOAuthClientIdentifier
- Osso::Error::InvalidRedirectUri
- Osso::Error::MissingConfiguredIdentityProvider
- Osso::Error::MissingSamlAttributeError
- Osso::Error::MissingSamlEmailAttributeError
- Osso::Error::MissingSamlIdAttributeError
- Osso::Error::NoAccountForOAuthClientError
- Osso::Error::OAuthError
- Osso::Error::SamlConfigError
- Osso::GraphQL
- Osso::GraphQL::Mutations
- Osso::GraphQL::Mutations::BaseMutation
- Osso::GraphQL::Mutations::ConfigureIdentityProvider
- Osso::GraphQL::Mutations::CreateEnterpriseAccount
- Osso::GraphQL::Mutations::CreateIdentityProvider
- Osso::GraphQL::Mutations::CreateOauthClient
- Osso::GraphQL::Mutations::DeleteEnterpriseAccount
- Osso::GraphQL::Mutations::DeleteIdentityProvider
- Osso::GraphQL::Mutations::DeleteOauthClient
- Osso::GraphQL::Mutations::InviteAdminUser
- Osso::GraphQL::Mutations::RegenerateOauthCredentials
- Osso::GraphQL::Mutations::SetRedirectUris
- Osso::GraphQL::Mutations::UpdateAppConfig
- Osso::GraphQL::Resolvers
- Osso::GraphQL::Resolvers::BaseResolver
- Osso::GraphQL::Resolvers::EnterpriseAccount
- Osso::GraphQL::Resolvers::EnterpriseAccounts
- Osso::GraphQL::Resolvers::OAuthClients
- Osso::GraphQL::Schema
- Osso::GraphQL::Types
- Osso::GraphQL::Types::AdminUser
- Osso::GraphQL::Types::AppConfig
- Osso::GraphQL::Types::BaseConnection
- Osso::GraphQL::Types::BaseEnum
- Osso::GraphQL::Types::BaseInputObject
- Osso::GraphQL::Types::BaseObject
- Osso::GraphQL::Types::EnterpriseAccount
- Osso::GraphQL::Types::Error
- Osso::GraphQL::Types::IdentityProvider
- Osso::GraphQL::Types::IdentityProviderService
- Osso::GraphQL::Types::IdentityProviderStatus
- Osso::GraphQL::Types::MutationType
- Osso::GraphQL::Types::OauthClient
- Osso::GraphQL::Types::QueryType
- Osso::GraphQL::Types::RedirectUri
- Osso::GraphQL::Types::RedirectUrisInput
- Osso::Models
- Osso::Models::AccessToken
- Osso::Models::Account
- Osso::Models::AppConfig
- Osso::Models::AuthorizationCode
- Osso::Models::EnterpriseAccount
- Osso::Models::IdentityProvider
- Osso::Models::OauthClient
- Osso::Models::RedirectUri
- Osso::Models::User
- Osso::Mutations
- Osso::OAuth2Token
- Osso::Oauth
- Osso::RouteMap
- Osso::SamlHandler
- Osso::Types
- RemoveOauthClientIdFromEnterpriseAccounts
- RenameIdpFieldsOnIdentityProviderToSso
Methods
- ::admin_authorized? — Osso::GraphQL::Types::BaseObject
- ::authorized? — Osso::GraphQL::Types::MutationType
- ::authorized? — Osso::GraphQL::Types::AdminUser
- ::authorized? — Osso::GraphQL::Types::AppConfig
- ::authorized? — Osso::GraphQL::Types::BaseObject
- ::authorized? — Osso::GraphQL::Types::Error
- ::authorized? — Osso::GraphQL::Types::OauthClient
- ::authorized? — Osso::GraphQL::Types::RedirectUri
- ::capture — Osso::Analytics
- ::client — Osso::Analytics
- ::configured? — Osso::Analytics
- ::enterprise_authorized? — Osso::GraphQL::Types::BaseObject
- ::find — Osso::Models::AppConfig
- ::id_from_object — Osso::GraphQL::Schema
- ::identify — Osso::Analytics
- ::included — Osso::AppConfig
- ::included — Osso::OAuth2Token
- ::included — Osso::RouteMap
- ::instance_properties — Osso::Analytics
- ::internal_authorized? — Osso::GraphQL::Types::BaseObject
- ::new — Osso::Error::MissingConfiguredIdentityProvider
- ::new — Osso::Error::NoAccountForOAuthClientError
- ::new — Osso::Error::InvalidRedirectUri
- ::new — Osso::SamlHandler
- ::object_from_id — Osso::GraphQL::Schema
- ::perform — Osso::SamlHandler
- ::resolve_type — Osso::GraphQL::Schema
- ::unauthorized_object — Osso::GraphQL::Schema
- #access_token — Osso::Models::AuthorizationCode
- #access_token — Osso::Oauth
- #account_domain — Osso::GraphQL::Mutations::BaseMutation
- #acs_url — Osso::Models::IdentityProvider
- #acs_url_validator — Osso::Models::IdentityProvider
- #active! — Osso::Models::IdentityProvider
- #admin_authorized? — Osso::GraphQL::Resolvers::BaseResolver
- #admin_ready? — Osso::GraphQL::Mutations::BaseMutation
- #admin_users — Osso::GraphQL::Types::QueryType
- #app_config — Osso::GraphQL::Types::QueryType
- #as_json — Osso::Models::User
- #assertion_consumer_service_url — Osso::Models::IdentityProvider
- #authorization_code — Osso::SamlHandler
- #change — EnableUuid
- #change — CreateUsers
- #change — CreateIdentityProviders
- #change — AddProviderIdToUsers
- #change — CreateEnterpriseAccounts
- #change — AddOauthClients
- #change — CreateAuthorizationCodes
- #change — CreateAccessTokens
- #change — CreateRedirectUrisAndDropFromOauthClients
- #change — AddOauthClientIdToEnterpriseAccountsAndIdentityProviders
- #change — RenameIdpFieldsOnIdentityProviderToSso
- #change — AddNameToEnterpriseAccount
- #change — AddMissingTimestamps
- #change — DropUnneededTables
- #change — CreateAppConfig
- #change — AddUsersCountToIdentityProvidersAndEnterpriseAccounts
- #change — AddRodauthTables
- #change — AddTokenIndexToAccessTokens
- #change — AddRequestedToAuthorizationCodesAndAccessTokens
- #change — AddSsoIssuerToIdentityProviders
- #client_id — Osso::GraphQL::Types::OauthClient
- #client_secret — Osso::GraphQL::Types::OauthClient
- #context — Osso::Models::Account
- #context_domain — Osso::GraphQL::Resolvers::BaseResolver
- #create_new — Osso::GraphQL::Mutations::SetRedirectUris
- #created_at — Osso::GraphQL::Types::AdminUser
- #current_account — Osso::Admin
- #current_user — Osso::GraphQL::Types::QueryType
- #docs_url — Osso::Error::Base
- #docs_url — Osso::Error::OAuthError
- #domain — Osso::GraphQL::Mutations::ConfigureIdentityProvider
- #domain — Osso::GraphQL::Mutations::CreateIdentityProvider
- #domain — Osso::GraphQL::Mutations::DeleteEnterpriseAccount
- #domain_from_params — Osso::Oauth
- #domain_ready? — Osso::GraphQL::Mutations::BaseMutation
- #down — AddIdentityProviderServiceEnum
- #down — AddIdentityProviderStatusEnumAndUseOnIdentityProviders
- #down — AddOneLoginToIdentityProviderServiceEnum
- #down — AddGoogleToIdentityProviderServiceEnum
- #down — RemoveOauthClientIdFromEnterpriseAccounts
- #down — AddPingToIdentityProviderServiceEnum
- #down — AddSalesforceToProviderServiceEnum
- #down — AddGenericSamlToProviderServiceEnum
- #email_attribute — Osso::SamlHandler
- #enterprise_account — Osso::GraphQL::Mutations::CreateIdentityProvider
- #enterprise_account — Osso::GraphQL::Mutations::DeleteEnterpriseAccount
- #enterprise_authorized? — Osso::GraphQL::Resolvers::BaseResolver
- #error! — Osso::Models::IdentityProvider
- #expired! — Osso::OAuth2Token
- #expires_in — Osso::OAuth2Token
- #field_errors — Osso::GraphQL::Mutations::BaseMutation
- #find_client — Osso::Oauth
- #find_provider — Osso::SamlHandler
- #find_providers — Osso::Oauth
- #generate_secrets — Osso::Models::OauthClient
- #id_attribute — Osso::SamlHandler
- #identity_provider — Osso::GraphQL::Mutations::ConfigureIdentityProvider
- #identity_provider — Osso::GraphQL::Types::QueryType
- #identity_provider — Osso::Models::EnterpriseAccount
- #identity_providers — Osso::GraphQL::Types::EnterpriseAccount
- #internal_authorized? — Osso::GraphQL::Resolvers::BaseResolver
- #internal_ready? — Osso::GraphQL::Mutations::BaseMutation
- #limit_to_one — Osso::Models::AppConfig
- #message — Osso::Error::MissingConfiguredIdentityProvider
- #message — Osso::Error::MissingSamlEmailAttributeError
- #message — Osso::Error::MissingSamlIdAttributeError
- #message — Osso::Error::NoAccountForOAuthClientError
- #message — Osso::Error::InvalidOAuthClientIdentifier
- #message — Osso::Error::InvalidRedirectUri
- #message — Osso::Error::SamlConfigError
- #message — Osso::Error::InvalidACSURLError
- #name — Osso::Models::IdentityProvider
- #oauth_client — Osso::GraphQL::Types::QueryType
- #oauth_client — Osso::Models::User
- #perform — Osso::SamlHandler
- #primary_redirect_uri — Osso::Models::OauthClient
- #provider — Osso::Models::EnterpriseAccount
- #provider_domain — Osso::GraphQL::Mutations::BaseMutation
- #provider_state — Osso::SamlHandler
- #ready? — Osso::GraphQL::Mutations::BaseMutation
- #ready? — Osso::GraphQL::Mutations::CreateOauthClient
- #ready? — Osso::GraphQL::Mutations::DeleteOauthClient
- #ready? — Osso::GraphQL::Mutations::InviteAdminUser
- #ready? — Osso::GraphQL::Mutations::RegenerateOauthCredentials
- #ready? — Osso::GraphQL::Mutations::SetRedirectUris
- #ready? — Osso::GraphQL::Mutations::UpdateAppConfig
- #redirect_uri — Osso::SamlHandler
- #redirect_uri_base — Osso::SamlHandler
- #redirect_uri_querystring — Osso::SamlHandler
- #redirect_uri_values — Osso::Models::OauthClient
- #regenerate_secrets! — Osso::Models::OauthClient
- #render_hosted_login? — Osso::Oauth
- #requested_param — Osso::SamlHandler
- #resolve — Osso::GraphQL::Mutations::ConfigureIdentityProvider
- #resolve — Osso::GraphQL::Mutations::CreateEnterpriseAccount
- #resolve — Osso::GraphQL::Mutations::CreateIdentityProvider
- #resolve — Osso::GraphQL::Mutations::CreateOauthClient
- #resolve — Osso::GraphQL::Mutations::DeleteEnterpriseAccount
- #resolve — Osso::GraphQL::Mutations::DeleteIdentityProvider
- #resolve — Osso::GraphQL::Mutations::DeleteOauthClient
- #resolve — Osso::GraphQL::Mutations::InviteAdminUser
- #resolve — Osso::GraphQL::Mutations::RegenerateOauthCredentials
- #resolve — Osso::GraphQL::Mutations::SetRedirectUris
- #resolve — Osso::GraphQL::Mutations::UpdateAppConfig
- #resolve — Osso::GraphQL::Resolvers::EnterpriseAccount
- #resolve — Osso::GraphQL::Resolvers::EnterpriseAccounts
- #resolve — Osso::GraphQL::Resolvers::OAuthClients
- #response_data — Osso::GraphQL::Mutations::BaseMutation
- #response_error — Osso::GraphQL::Mutations::BaseMutation
- #root_url — Osso::Models::IdentityProvider
- #saml_options — Osso::Models::IdentityProvider
- #set_sso_issuer — Osso::Models::IdentityProvider
- #set_status — Osso::Models::IdentityProvider
- #setup — Osso::Models::AccessToken
- #setup — Osso::OAuth2Token
- #single_provider? — Osso::Models::EnterpriseAccount
- #sort_order_sym — Osso::GraphQL::Resolvers::EnterpriseAccounts
- #sso_cert_valid — Osso::Models::IdentityProvider
- #status — Osso::GraphQL::Types::EnterpriseAccount
- #to_bearer_token — Osso::Models::AccessToken
- #total_count — Osso::GraphQL::Types::BaseConnection
- #up — AddIdentityProviderServiceEnum
- #up — AddIdentityProviderStatusEnumAndUseOnIdentityProviders
- #up — AddOneLoginToIdentityProviderServiceEnum
- #up — AddGoogleToIdentityProviderServiceEnum
- #up — RemoveOauthClientIdFromEnterpriseAccounts
- #up — AddPingToIdentityProviderServiceEnum
- #up — AddSalesforceToProviderServiceEnum
- #up — AddGenericSamlToProviderServiceEnum
- #update_existing — Osso::GraphQL::Mutations::SetRedirectUris
- #updated_at — Osso::GraphQL::Types::AdminUser
- #user — Osso::SamlHandler
- #valid_idp_initiated_flow — Osso::SamlHandler
- #validate_attributes — Osso::SamlHandler
- #validate_oauth_request — Osso::Oauth
- #verify_user — Osso::GraphQL::Mutations::InviteAdminUser