Here are
241 public repositories
matching this topic...
An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
Updated
Jan 6, 2021
JavaScript
🔐 Node.js API for Single Sign On (SAML 2.0)
Updated
Jan 26, 2021
TypeScript
🦴 Bare Bones Angular 10 and Angular CLI Tutorial
Updated
Jan 20, 2021
TypeScript
Process credential providers for AWS SDKs and Tools
Updated
Feb 10, 2020
Python
A GlobalProtect VPN client (GUI) for Linux based on OpenConnect and built with Qt5, supports SAML auth mode.
Awsaml is an application for providing automatically rotated temporary AWS credentials.
Updated
Jan 28, 2021
JavaScript
A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
Updated
Jan 29, 2021
TypeScript
Example app showing how to build a Spring Boot REST API and React UI
Updated
Apr 23, 2019
TypeScript
Updated
Dec 29, 2018
JavaScript
You favorite book library
Updated
Jan 21, 2021
JavaScript
PaloAlto Networks GlobalProtect VPN (integrated with OKTA) command-line client
Updated
Dec 22, 2020
Python
A secure, standard-conformant, easy to use JWT implementation for Rust.
Updated
Jan 19, 2021
Rust
Get up and running quickly with Okta's OAuth as a Service and your favorite API Gateway.
Updated
Dec 28, 2020
HTML
AWS Okta Keyman (Key Manager) - An AWS + Okta CLI for generating and managing local AWS API keys
Updated
Jan 26, 2021
Python
Spring Boot, SAML, and Okta
Updated
Feb 28, 2019
Java
Okta credential processor for AWS CLI
Updated
Jan 7, 2021
Python
A tool to log in to AWS through Okta
Schematics for adding Okta Auth to your projects
Updated
Jan 26, 2021
TypeScript
React Native Example that Authenticates with Okta using App Auth
Updated
Sep 4, 2020
JavaScript
My website, including rockstar: Export Okta Users, Groups, etc. to CSV. Show SAML assertion.
Updated
Jan 26, 2021
JavaScript
🔐 Sample samlify application with React, TypeScript and Webpack
Updated
Mar 19, 2020
TypeScript
A Vue.js Example with Okta for Authentication
Updated
May 15, 2020
JavaScript
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Get temporary credentials for cloud providers from the command line.
Tool for accessing the AWS API for an account you normally access via okta
Updated
Nov 12, 2019
Python
Official Node SDK for interacting with the WorkOS API
Updated
Jan 29, 2021
TypeScript
Some spring sample projects
Improve this page
Add a description, image, and links to the
okta
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
okta
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
I have noticed that app-link URLs like:
https://company.okta.com/home/amazon_aws/0obm6u4wyuVYgbLdJ0x7/172cause parsing error inokta_auth_config.pyat line 45 (version 0.4.4).It is caused by an underscore character '_' that should be encoded prior verification like '%5F'.