https://github.com/noinarisak/awesome-okta
A curated list of awesome Okta libraries, open source repos, guides, blogs and other resources.
https://github.com/noinarisak/awesome-okta
List: awesome-okta
Last synced: about 1 month ago
JSON representation
A curated list of awesome Okta libraries, open source repos, guides, blogs and other resources.
- Host: GitHub
- URL: https://github.com/noinarisak/awesome-okta
- Owner: noinarisak
- Created: 2019-10-03T22:02:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T20:25:33.000Z (2 months ago)
- Last Synced: 2025-04-05T19:01:41.420Z (about 2 months ago)
- Homepage:
- Size: 24.4 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- ultimate-awesome - awesome-okta - A curated list of awesome Okta libraries, open source repos, guides, blogs and other resources. (Other Lists / Julia Lists)
README
[
](https://devforum.okta.com/)
[](https://awesome.re)# Awesome Okta
> A curated list of awesome Okta libraries, open source repos, guides, blogs and other resources.
Go ahead :star2: this repo, wouldn't hurt :wink:. Especially if help you navigate all things Okta!
## Contents
- [Awesome Okta](#awesome-okta)
- [Contents](#contents)
- [Getting Started](#getting-started)
- [Tools](#tools)
- [SDK and Samples](#sdk-and-samples)
- [Others](#others)
- [Articles Blogs Best-Practices etc](#articles-blogs-best-practices-etc)
- [DevOps](#devops)
- [Community](#community)
- [Thanks!](#thanks)
- [Contribute](#contribute)
- [License](#license)## Getting Started
- [Develper.okta.com](https://developer.okta.com/docs/)
- [Learn about OAuth 2.0](/https://www.oauth.com/)## Tools
- [Token.dev](https://token.dev/) - JSON Web Token online debugger. :heart: :heart: :heart:
- [Altnative JSON Web Tokens Debugger](https://jwt.io) - :heart: our friends at Auth0. :laughing:
- [OpenID Debugger](https://oidcdebugger.com/)
- [Chrome: SAML Tracer](https://chrome.google.com/webstore/detail/saml-tracer/mpdajninpobndbfcldcmbpnnbhibjmch?hl=en)
- [Chrome: rcFederation SAML, WS-Fed and OAuth tracer](https://chrome.google.com/webstore/detail/rcfederation-saml-ws-fed/hkodokikbjolckghdnljbkbhacbhpnkb?hl=en)
- [Firefox: SAML Tracer](https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/)
- [Fiddler](https://www.telerik.com/fiddler)
- [Postman](https://www.getpostman.com/)
- [Rockstar](https://gabrielsroka.github.io/rockstar/) - Browser tool to export Okta resouces. :metal:
- [Okta Powershell](https://github.com/gabrielsroka/OktaAPI.psm1) - Thin wrapper around Okta API via PowerShell Module.
- [PassProtect](https://www.passprotect.io/) - Chrome extension real-time validates if your password has been exposed in a data breach. :scream:
- [SAML Tester](https://saml-tester.compile7.org/) - A simple tool to test SAML and SCIM integration.## SDK and Samples
### SDK
- [Okta SDK Python](https://github.com/okta/okta-sdk-python)
- [Okta SDK Dotnet](https://github.com/okta/okta-sdk-dotnet)
- [Okta SDK Java](https://github.com/okta/okta-sdk-java)
- [Okta SDK NodeJS](https://github.com/okta/okta-sdk-nodejs)
- [Okta SDK Php](https://github.com/okta/okta-sdk-php)
- [Okta SDK Golang](https://github.com/okta/okta-sdk-golang)### JWT Verifier
- [Okta JWT Verifier Java](https://github.com/okta/okta-jwt-verifier-java)
- [Okta JWT Verifier Golang](https://github.com/okta/okta-jwt-verifier-golang)
- [Okta JWT Verifier Php](https://github.com/okta/okta-jwt-verifier-php)
- [Okta JWT Verifier Swift](https://github.com/okta/okta-ios-jwt)## Others
- [Okta Toolkit](https://toolkit.okta.com/apps/) A showcase of functional, open-source applications built using Okta.
- [Okta MFA Anywhere](https://github.com/indranilokg/Okta-MFA-Everywhere) From my colleage [@indranilokg](https://github.com/indranilokg) demostrating Okta MFA with out our user store (aka Unverisal Directory)! Really kewl :exploding_head:
- [SAML Assertion Flow](https://github.com/emanor-okta/saml-assertion-flow-with-okta) - Golang demo/guide on how to implement a Okta SAML Assertion Flow. Thanks [@emanor](https://github.com/emanor-okta)!## Articles Blogs Best-Practices etc
- [Oauth2 Simplified](https://aaronparecki.com/oauth-2-simplified/) - OAuth2 For Dummies, a must read
- [Learn about OAuth more](https://www.oauth.com/)
- [WebAuthN](https://www.okta.com/security-blog/2019/09/passwordless-authentication-where-to-start/) - Primer on Passwordless Authentication
- [Oauth2 with PKCE](https://developer.okta.com/blog/2019/08/22/okta-authjs-pkce) - Someone say `SPA`?
- [What is CIAM?](https://www.youtube.com/watch?v=sMfg7nu_7Xk)
- [Understand your API Security needs OAuth or OIDC](https://devblog.axway.com/apis/understand-your-api-security-need-oauth-or-openid-connect)
- [Diagrams And Movies Of All The OAuth 2.0 Flows](https://medium.com/@darutk/diagrams-and-movies-of-all-the-oauth-2-0-flows-194f3c3ade85) - 4 plus 1 authorization flows. If you are visually learner like me. :laughing: From our friends at Authlete.
- [Definitive Guide: User Migration](https://developer.okta.com/blog/2019/02/15/user-migration-the-definitive-guide) - :warning: You’ll learn the best strategies and methods for migrating your user accounts from our esteem Dev Evangelist [Randall Degges](https://github.com/rdegges).
- [Multi-Tenancy with Okta](https://docs.idp.rocks/) - Guidence and sample on implementing and architecting multitenancy with Okta. Authored by Okta Specialist team. :tada: :rocket:
- Even better concept guide about Multi-Tenancy with Okta [here](https://developer.okta.com/docs/concepts/multi-tenancy/).
- [CIAM Cookbook](https://ciam.solutions) - Recipes ranging from simple snippets and examples around real-world CIAM use cases## DevOps
- [Hashicorp Terraform Okta Provider](https://www.terraform.io/docs/providers/okta/index.html) - Dude, do you even Automate? :laughing: [Da Repo](https://github.com/articulate/terraform-provider-okta) :camera: :star: *shameless plug: I'm the former maintainer* :star: :camera:
## Community
- [Developer Forum](https://devforum.okta.com/)
## Thanks!
- [Sindre Sorhus](https://github.com/sindresorhus) for creating [awesome-list](https://github.com/sindresorhus/awesome).
- [Darshak Parikh](https://github.com/dar5hak) for creating [generator-awesome-list](https://www.npmjs.com/package/generator-awesome-list).## Contribute
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
## Share the Love
Like this project? Please give it a ★ on our GitHub! (it helps us a lot)
## License
[](https://creativecommons.org/publicdomain/zero/1.0)
To the extent possible under law, Noi Narisak has waived all copyright and
related or neighboring rights to this work.