<p>Anyone here use Okta with Golang? What client or package do you import to work with Okta in Golang? I noticed there isn't an official one yet. I haven't begun to set up the server part, but I'm assuming most people go with SAML 2.0?</p>
<hr/>**评论:**<br/><br/>shovelpost: <pre><p>Look at the different implementations here: <a href="https://github.com/golang/oauth2" rel="nofollow">https://github.com/golang/oauth2</a> It shouldn't be very hard to add a new one. </p></pre>