Skip to content

deepamahalingam-okta/siw-beta-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign-In Widget Beta Portal

This is the application that runs the Sign-In Widget Beta Portal.

Pre-Requisites

  • Install Go

Running the Application

  • Make sure you have a file in your home directory with Okta settings as shown
cat ~/.okta/okta.yaml 
okta:
  idx:
    clientId: <Your client ID>
    clientSecret: <Your client Secret>
    issuer: https://<Okta-Tenant>.oktapreview.com/oauth2/default
    redirectUri:  <Your redirect URL>
    scopes:
      - openid
      - profile
  • Clone the repo
  git clone dmahalingam-okta/siw-beta-portal
  cd beta
  • Run the App
go run main.go

Go to http://localhost:8000 to see the site

About

SIW Beta Portal Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published