Download the PHP package nswdpc/silverstripe-okta-boilerplate without Composer
On this page you can find all versions of the php package nswdpc/silverstripe-okta-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nswdpc/silverstripe-okta-boilerplate
More information about nswdpc/silverstripe-okta-boilerplate
Files in nswdpc/silverstripe-okta-boilerplate
Package silverstripe-okta-boilerplate
Short Description An Okta authentication boilerplate for Silverstripe
License BSD-3-Clause
Informations about the package silverstripe-okta-boilerplate
Okta authentication boilerplate
This module adds Okta OAuth2 authentication to your Silverstripe website
Scope
With this module you can
- Create an OAuth2 client via configuration using bigfork/silverstripe-oauth-login
- Authenticate an Okta user that may or may not be a Silverstripe member, via Okta OAuth
- Link a user to an Okta group
- Optionally disallow/allow the default member authenticator alongside Okta auth
You will need
- An Okta account
- An Okta OAuth service application configured with scopes granted
- If you require multiple sites authenticating via Okta, a service application per site.
- A
clientId
andclientSecret
for OAuth
Documentation
Start here for project setup and configuration examples.
Requirements
See composer.json
Installation
Via composer:
After installing the module, run a dev/build
then start with the documentation.
License
BSD-3-Clause
Maintainers
Bugtracker
We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.
Please review the code of conduct prior to opening a new issue.
Security
If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
Please review the code of conduct prior to completing a pull request.
All versions of silverstripe-okta-boilerplate with dependencies
bigfork/silverstripe-oauth-login Version ^2.3
foxworth42/oauth2-okta Version ^1
silverstripe/framework Version ^5
symbiote/silverstripe-queuedjobs Version ^5