=== OnesID SSO Authentication ===
Contributors: franzgeffke
Tags: sso, authentication, onesid
Requires at least: 6.0
Tested up to: 6.1
Requires PHP: 7.2.5
Stable tag: 0.3.0
License: Not for redistribution
License URI: 

OnesID CIBA authentication for WordPress.

== Description ==

This plugin allows you to authenticate users using OnesID SSO.

It has been tested with WordPress version 6.6.2 but should work with older versions as well.

- Field "source" is set to `api_registration`.
- The default role for new OnesID users is: `subscriber`.

More info: https://bitbucket.org/softmax-auth/workspace/snippets/Lz4KqL

== Installation ==

1) Register your new server with `px-device-identity`
2) Install plugin

Simply download the plugin and upload it to your WordPress plugins directory.

The plugin will create two pages:

- OnesID Sign In
- OnesID Account

subsequently, it will overwrite:

- Login flow
- Logout flow

3) Open the settings page, and update 

- Device config path
- Device private key path
- Resource Url

== Changelog ==

= 0.3.0 =
* Migrate to ones/oidc library

= 0.2.1 =
* Option to edit consent reason

= 0.2.0 =
* Support for consent flow

= 0.1.2 =
* Improved settings default

= 0.1.0 =
* Initial release

== Distribution ==

To create a new distribution, run the following command:

```bash
cd wp-content/plugins/ones-auth
zip -r /tmp/ones-auth_v0.3.0.zip . -x "*/\.git/*" "*/node_modules/*" "/\.env"
```