Documentation ¶
Index ¶
- Constants
- func AdvAuthnPollOOB(fqdn string, mechanismId string, sessionId string, cookie string) (string, string, error)
- func AdvAuthnStartOOB(fqdn string, mechanismId string, sessionId string, cookie string) (string, string, error)
- func AdvAuthnText(fqdn string, mechanismId string, sessionId string, cookie string, ...) (string, string, error)
- func GetCredsForSecuredItem(fqdn string, cookie string, itemKey string) (string, error)
- func GetCredsForSecuredPassword(fqdn string, cookie string, itemKey string, publicKey string) (string, error)
- func GetSecuredItemsList(fqdn string, cookie string) (string, error)
- func StartAuthnWithFqdn(fqdn string, username string, previousAuth string) (string, string, error)
- func StartAuthnWithTenantId(tenantId string, username string, previousAuth string) (string, string, error)
- type AuthInfo
- type UPInfo
Constants ¶
View Source
const HttpTimeout = 10 //in seconds
View Source
const IdentityAdvAuthnUrl = "/Security/AdvanceAuthentication"
View Source
const IdentityApiVersion = "1.0"
View Source
const IdentityGetCredsForSecuredItemUrl = "/uprest/GetCredsForSecuredItem"
View Source
const IdentityListSecuredItemsUrl = "/uprest/GetSecuredItemsData"
View Source
const IdentityRootUrlSuffix = ".my.idaptive.app"
View Source
const IdentityStartAuthnUrl = "/Security/StartAuthentication"
Variables ¶
This section is empty.
Functions ¶
func AdvAuthnPollOOB ¶
func AdvAuthnPollOOB(fqdn string, mechanismId string, sessionId string, cookie string) (string, string, error)
Adv Authn - Send OOB returns responseBody, cookie, error
func AdvAuthnStartOOB ¶
func AdvAuthnStartOOB(fqdn string, mechanismId string, sessionId string, cookie string) (string, string, error)
Adv Authn - Send OOB returns responseBody, cookie, error
func AdvAuthnText ¶
func AdvAuthnText(fqdn string, mechanismId string, sessionId string, cookie string, password string) (string, string, error)
Adv Authn - Text returns responseBody, cookie, error
func GetCredsForSecuredItem ¶
GetCredsForSecuredItem return list, error
func GetCredsForSecuredPassword ¶ added in v0.1.2
func GetCredsForSecuredPassword(fqdn string, cookie string, itemKey string, publicKey string) (string, error)
GetCredsForSecuredPassword return list, error
func GetSecuredItemsList ¶
GetSecuredItemsList return list, error
func StartAuthnWithFqdn ¶
func StartAuthnWithTenantId ¶
func StartAuthnWithTenantId(tenantId string, username string, previousAuth string) (string, string, error)
Start Authn Process https://identity-developer.cyberark.com/docs/starting-the-authentication-process
Types ¶
Click to show internal directories.
Click to hide internal directories.