An open API service indexing awesome lists of open source software.

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

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
```