openid-connect-generic icon indicating copy to clipboard operation
openid-connect-generic copied to clipboard

WordPress plugin to provide an OpenID Connect Generic client

Results 156 openid-connect-generic issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** On a multisite installation you have to repeat the same configuration on each site, while only the domain name is...

enhancement

### All Submissions: * [x] Have you followed the [plugin Contributing guideline](https://github.com/oidc-wp/openid-connect-generi/blob/dev/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there...

enhancement
status: blocked
status: needs tests

Hello, Do you have plans to implement PKCE support?

enhancement

Example token, decoded on https://jwt.io ![image](https://user-images.githubusercontent.com/18367771/72210712-fd392500-34bf-11ea-8b2c-cb1f22215656.png) I've tried to change Email Formatting to '{emails}' but it didn't help

Hello, Is it possible to change the grant_type? This one doesn't seem to be supported by source forge? "ERROR (unsupported_grant_type): Unknown Grant Type, client_secret_post" https://backstage.forgerock.com/knowledge/kb/article/a27814899 Thanks

help wanted
invalid

A small tweak to avoid running the whole filter twice (once for logging, and second time as a return value)

refactor

Hi All, I am using this plugin to try and work with wordpress, however consistently getting the same error repeatedly, even when making the auth url redirected and undirected and...

The plugin provides for mapping additional data from claims using code via the `openid-connect-generic-update-user-using-current-claim` hook. It would be nice to to allow for configuration of custom mapping from claims to...

enhancement

Does the plugin manage sessions by itself? If yes, where is the session related data stored? Initially I thought it might be using the php session management itself. But there...

Hello, Our custom application uses IdentityServer for all security and logon scenario's for our custom app. However, the web site also relies on the same IdentityServer for its logon to...