https://github.com/bhallstein/okta-wordpress-sign-in-widget
Testing okta auth for wp
https://github.com/bhallstein/okta-wordpress-sign-in-widget
Last synced: over 1 year ago
JSON representation
Testing okta auth for wp
- Host: GitHub
- URL: https://github.com/bhallstein/okta-wordpress-sign-in-widget
- Owner: bhallstein
- Created: 2022-07-14T16:28:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T12:41:33.000Z (about 4 years ago)
- Last Synced: 2025-01-21T07:42:46.218Z (over 1 year ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# WordPress Okta Sign-In Widget
Fork of Okta sample WP plugin to replace the WordPress login screen with the Okta sign-in widget.
Install:
- Drop this folder into the WordPress plugins folder
- Enable the plugin
- NB jwt-authentication-for-wp-rest-api is also required for JWT generation.
- Go to the plugins settings page, add the issuer URI, client ID, and set the desired redirect.
### Note
If you leave `enable native WordPress logins` unchecked, **make sure** your admin user matches an email address of an Okta user for your app, otherwise your admin user will be locked out of your app.
## Development Environment
- Copy jwt-authentication-for-wp-rest-api into this folder.
- Run `sh scripts/up.sh` to start a dev environment using Docker.
- Open http://localhost:8080
On first run, you'll need to go through initial wordpress setup.