Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOktaApp ¶
func CreateOktaApp(appName string, privateKey *rsa.PrivateKey, orgName, token string) (string, error)
CreateOktaApp creates an oauth2 service-to-service app. Based on https://developer.okta.com/docs/reference/api/apps/#add-oauth-2-0-client-application
The okta golang sdk structs do not support all the properties we need, so we're doing our own HTTP processing instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.