https://github.com/pushpabrol/cf-worker-saml-proxy-externalsp-auth0
https://github.com/pushpabrol/cf-worker-saml-proxy-externalsp-auth0
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/cf-worker-saml-proxy-externalsp-auth0
- Owner: pushpabrol
- License: mit
- Created: 2022-07-28T03:16:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T15:48:09.000Z (almost 4 years ago)
- Last Synced: 2025-12-13T01:34:51.154Z (6 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## cf-worker-saml-proxy-okta-auth0
This demonstrates using a proxy at the Okta SAML ACS Url to re route the SAML Response to an Auth0 ACS/SP.
For this setup Okta has been setup with a vanity url. Proxy is CF (Cloudflare).
#### Wrangler
You can use [wrangler](https://github.com/cloudflare/wrangler) to run this sample locally using
```
wrangler dev index.js
```
Once you are ready, you can publish your code by running the following command:
```
wrangler publish index.js
```