Git Product home page Git Product logo

customformandmfa's Introduction

portalforifp

This project uses meteor so to install meteor by following this guide: https://guide.meteor.com/#quickstart

Once meteor is installed

cd into portalforifp(or whatever repo/folder you name it) meteor npm install

also run npm install to install the npms(just to be sure)

also run

meteor add session

meteor add http

meteor add meteorhacks:picker

then run meteor --settings settings.json

then you should see Meteor server running on: http://localhost:3000/

create a settings json.

format should be like so

{"public": { "clientId": "your client id from okta", "oktaUrl": "your okta url" }, "apiToken": "your token", }

From there just edit all the values in the settings.json to match your okta tenant.

Make sure to generate an Okta api Token and replace it in server > main.js file.

okta doc: https://developer.okta.com/docs/api/getting_started/getting_a_token.html

Also add http://localhost:3000 to your cors trust origins in your okta tenant.

okta doc: https://developer.okta.com/docs/api/getting_started/enabling_cors.html

Then done!

customformandmfa's People

Contributors

andrewvanbeek-okta avatar

Watchers

James Cloos 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.