okta-cli
可以运行的golang二进制文件与okta api竞争,类似于ansible的工作方式。
它读取yaml文件,并创建新用户,或使现有用户与剧本中的内容匹配。
例子
$ export OKTAURL=https://example.okta.com # Replace with Okta you want to hit
$ export OKTATOKEN=00BwpAe_ZczokMGhKIvX # Replace with token to use with above
我的例子
该Git包含了我的所有相关的示例代码
包括下面这些示例
Java
请运行测试
git clone https://github.com/dengqinghua/my_examples.git
cd java
mvn test
高朗
请运行测试
git clone https://github.com/dengqinghua/my_examples.git
cd my_examples/golang
go test ./...
请通过test来看源码的实现