GithubHelp home page GithubHelp logo

auth0-mgmt-api-stuff's Introduction

Auth0 Update SAML Connection encryption certs

This example shows how you can use the Auth0 Management API to update the encryption

  1. create a new private public key pair for encryption
  • openssl req -new -x509 -days 365 -nodes -sha256 -out saml.crt -keyout saml.pem
  • Save these 2 files in the certs folder
  1. In the Auth0 Management Console create a new application of type Machine to Machine Applications. Call that application "Management API Client"
  • From the API drop down select the Auth0 Managemment API as the API and then authorize the "Management API Client" to have
    • read:connections, update:connections, delete:connections, create:connections scope
  1. Clone this repo

  2. Copy the client_id and secret of the client created in Step 2 and the auth0 domain ( e.g. tenant.auth0.com) into the .env.example file and rename it to .env

  3. Also copy the name of the connection from Auth0 and set the value of Connection_Name as the connection name

  4. Install the dependencies using - npm install

  5. Run the update - node index.js. This will update the connection with the new encryption key and cert and then download the metadata and share with the IDP

auth0-mgmt-api-stuff's People

Contributors

pushpabrol avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.