Skip to content

Latest commit

 

History

History

samples-aspnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ASP.NET MVC 4.x Sample Applications for Okta

Introduction

❕ The use of this Sample uses an SDK that requires usage of the Okta Identity Engine. This functionality is in general availability but is being gradually rolled out to customers. If you want to request to gain access to the Okta Identity Engine, please reach out to your account manager. If you do not have an account manager, please reach out to oie@okta.com for more information.

This repository contains several sample applications that show you how to integrate various Okta use-cases into your ASP.NET MVC applications.

Please find the sample that fits your use-case from the table below.

Sample Description Use-Case
Embedded Auth with SDK An application server that uses the IDX SDK to authenticate users. Once a user is authenticated a cookie session created in the ASP.NET MVC application. Traditional web applications with server-side rendered pages.
Embedded Sign In Widget An application server that uses a self-hosted login page on your ASP.NET MVC application. Traditional web applications with server-side rendered pages.

You can also check out our guides for step-by-step instructions:

Contributing

We're happy to accept contributions and PRs! Please see the contribution guide to understand how to structure a contribution.