Philippe Signoret
Philippe Signoret
Adds a new permissions Policy.ReadWrite.Authorization to the permission dialog.
Currently, these are in session variables, but I doubt that's the best way to share. Needs a bit of investigation.
Needs more investigation, but basically, often error messages are not displaying in the login form (e.g. when not a member of the groups).
Per @andre4s in #14, there is a conflict with the VigilanTor plugin (https://wordpress.org/plugins/vigilantor/).
In #14, @M-ine observes that they have seen the cache return an empty string. Because we're checking the result using `===`, this is considered a successful cache lookup, and the...
In #14, @M-ine reports that some PHP versions can limit URL length which would cause issues in the Authorization Response is too long. Consider switching to [Form Post Response Type](https://openid.net/specs/oauth-v2-form-post-response-mode-1_0.html),...