openid-connect-server
OpenID Connect Server
Use OpenID Connect to log in to other webservices using your own WordPress.
Proof Health
Open evidenceCommercial opportunities need traceable source links before they are treated as build-worthy.
78.0% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
Related Opportunities
1 marketSource Evidence
Open evidence explorerFatal error after autorization: users show bugs, compatibility, support pain that may indicate a product gap.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposureif a user is not registered on WordPress: users show bugs, missing feature, support pain that may indicate a product gap.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposureInitial configuration: users show bugs, missing feature, support pain that may indicate a product gap.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposurePlugin configuration for someone new to WordPress: users show compatibility, support, setup pain that may indicate a product gap.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposurethe root /userinfo replies 404: users show bugs, support pain that may indicate a product gap.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposurebefore logging in send some data and wait for the response: users show missing feature, support pain that may indicate a product gap.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposurePassing user data to the customer after login: users praise quality, which suggests what competitors already do well.
Buyer: membership site owners, agencies, and operations teams · Wedge: test oauth roles, protected content, SSO/login handoffs, and private-data exposureCompetitor Context
16 shownRepeated Themes
0 shownNo repeated plugin-level themes have been generated yet.
Collected Signals
7 shown from 7 collectedthe root /userinfo replies 404: users show bugs, support pain that may indicate a product gap.
Evidence: the root /userinfo replies 404 Hi, I managed to hook up a custom form to let users enter additional data via the root /authorize .Fatal error after autorization: users show bugs, compatibility, support pain that may indicate a product gap.
Evidence: 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.Initial configuration: users show bugs, missing feature, support pain that may indicate a product gap.
Evidence: 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-knoif a user is not registered on WordPress: users show bugs, missing feature, support pain that may indicate a product gap.
Evidence: 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.before logging in send some data and wait for the response: users show missing feature, support pain that may indicate a product gap.
Evidence: 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.Passing user data to the customer after login: users praise quality, which suggests what competitors already do well.
Evidence: 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?Plugin configuration for someone new to WordPress: users show compatibility, support, setup pain that may indicate a product gap.
Evidence: 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.