WPIntell

Market

openid connect

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 9 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Competitors

1 shown
OpenID Connect Server 100 installs · 0.0
praise owner
-100.0%momentum 44.4weakness 3/0pain/praise

Pain still appears around support, bugs despite praise for quality.

mixed Fatal error after autorization

Fatal error after autorization: users show bugs, compatibility, support pain that may indicate a product gap.

OpenID Connect Server · Fatal error after autorization I called the first endpoint : /wp-json/openid-connect/v1/authorize?response_type=code&client_id=postman&scope=openid profile&state=af0ifjsldkj and it sent me to the authorization screen, clicking on authorize I get this error.
complaint if a user is not registered on WordPress

if a user is not registered on WordPress: users show bugs, missing feature, support pain that may indicate a product gap.

OpenID Connect Server · if a user is not registered on WordPress I’ll explain the system to you: My WordPress installation will act as the server, a user goes to the client site and clicks to log in.
mixed Initial configuration

Initial configuration: users show bugs, missing feature, support pain that may indicate a product gap.

OpenID Connect Server · Initial configuration Hi again, thanks for the help I configured the plugin as explained in the repository: I created the two keys and inserted them into the wp-config before require_once ABSPATH and i created another plugin to insert my client with this filter add_filter( ‘oidc_registered_clients’, ‘my_oidc_clients’ ); but now if I go to the page /.well-kno
complaint Plugin configuration for someone new to WordPress

Plugin configuration for someone new to WordPress: users show compatibility, support, setup pain that may indicate a product gap.

OpenID Connect Server · Plugin configuration for someone new to WordPress Hi there, I’m pretty brand new to running/configuring WordPress, so apologies if these questions seem silly.
complaint the root /userinfo replies 404

the root /userinfo replies 404: users show bugs, support pain that may indicate a product gap.

OpenID Connect Server · the root /userinfo replies 404 Hi, I managed to hook up a custom form to let users enter additional data via the root /authorize .
complaint before logging in send some data and wait for the response

before logging in send some data and wait for the response: users show missing feature, support pain that may indicate a product gap.

OpenID Connect Server · before logging in send some data and wait for the response Before logging in a user I need to ask the client for authorization which will respond to me with a code, so I have to insert an additional call before logging in.
praise Passing user data to the customer after login

Passing user data to the customer after login: users praise quality, which suggests what competitors already do well.

OpenID Connect Server · Passing user data to the customer after login I need to pass additional data to the client after login, this data is in the users’ meta data, can I use this filter to insert additional data?