# Functions
CreateToken will authenticate with provider and create a jwt token.
GetConfig gets the config from DB, gathers the list of settings to read from DB.
GetIdentities will list all identities for token.
GetIdentity will list all identities for given filters.
GetRancherAPIHost reads the api.host setting.
GetRedirectURL returns the redirect URL for the provider if applicable.
GetSamlRedirectURL returns the redirect URL for SAML login flow.
RefreshToken will refresh a jwt token.
Reload will reload the config from DB and reinit the provider.
SearchIdentities will list all identities for given filters.
SetEnv sets the parameters necessary.
No description provided by the author
UpdateConfig updates the config in DB.
No description provided by the author
UpgradeSettings upgrades the existing provider specific auth settings to the new generic settings used by this service.
URLEncoded escape url query.
# Variables
No description provided by the author
IDPMetadataFile is the path to the metadata file of the Shibboleth IDP.
RancherClient is the client configured to connect to Cattle.
SamlServiceProvider is the handle to the SamlServiceProvider configured by the router.