/samples-golang

samples-golang

Primary LanguageGoApache License 2.0Apache-2.0

Golang Sample Applications for Okta

This repository contains several sample applications that demonstrate various Okta use-cases in your Golang application.

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

Sample Description
Okta-Hosted Login A Golang application that will redirect the user to the Okta-Hosted login page of your Org for authentication. The user is redirected back to the Golang application after authenticating.
Custom Login Page A Golang application that uses the Okta Sign-In Widget within the Golang application to authenticate the user.
Resource Server This is a sample API resource server that shows you how to authenticate requests with access tokens that have been issued by Okta.