Skip to content

sourceCode17/samples-php

 
 

Repository files navigation

PHP Sample Applications for Okta

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

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

Sample Description
Okta-Hosted Login A PHP application that will redirect the user to the Okta-Hosted login page of your Org for authentication. The user is redirected back to the PHP application after authenticating.
Custom Login Page A PHP application that uses the Okta Sign-In Widget within the PHP 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.

Requirements

These samples require a few items from you. First, you will need to have a system that can run PHP 7.0+. Websites should be able to be hosted on localhost:8080 and your user should have access to run the command php -S localhost:8080. You will not have to manually run this, but the command you do run in the sample will ultimately run this for you.

We depend on other packages to have the samples run. To install these dependencies, we will be using composer. You can get information on how to install this and run it at their website.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.2%
  • HTML 35.9%
  • JavaScript 9.8%
  • Batchfile 0.1%