Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 524 Bytes

OktaSamples

OktaVue2Core2Sample Solution

Known Issue

This repository is intended for review/debugging by Okta Developers. OpenID Signout is not working.

References

The baseline app was created using this as a reference: https://blog.rraghur.in/2017/08/28/front-end-development---vue-webpack-and-asp.net-core-2.0/

Changes made to baseline app

Added Authentication and Authorization via OpenIDConnect and Okta, per current .Net Core 2.0 best practices.

Replaced fetch with axios due to a CORS issue.