Skip to content

arkan/onelogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onelogin

OneLogin client written in Go.

GoDoc Go Report Card

Getting Started

go get github.com/arkan/onelogin

Register an application on OneLogin

First you need to register a new application to have clientID and clientSecret credentials.

List users

c := onelogin.New(clientID, clientSecret, "us_or_eu", team)
users, err := c.User.GetUsers(context.Background())

See the documentation for all the available commands.

Licence

MIT

About

OneLogin client written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages