WP OAuth Server ( Login with WordPress )
WP OAuth Server plugin turns your WordPress site into an OAuth Server, enabling Login with WordPress. It allows you to login into Rocket Chat, Invision Community, WordPress, Odoo, EasyGenerator, Salesforce, Zapier, Moodle WordPress SSO, ServiceNow, Edunext, Wickr, Freshdesk, FreshWorks, ServiceNow, ShinyProxy, Knack database, Circle.so, Tribe.so, Tribe, Mobilize, Nextcloud SSO, Church Online, iSpring LMS, Academy of Mine, BoardEffect, TalentLMS, Laravel, PowerSchool, PowerSchool, Joomla, HubSpot SSO, shopify sso integration, MeritHub, Bookstack, Pimcore, 360 Learning, EventMobi, Synology, Drupal, Piano Analytics, Zerotier, and any other OAuth 2.0 compliant applications using WordPress SSO credentials. | WordPress OAuth Server Setup Guides | API Documentation | Demo / Trial | You can checkout the below video tutorial to know how to setup SSO with your OAuth/OpenID Compliant Applications. Basically, the OAuth Server plugin allows users to login into applications that are OAuth 2.0 compliant, facilitating oauth server SSO using their WordPress login credentials. As it’s name suggests, it follows the OAuth 2.0 protocol. Along with that, it also supports OpenID Connect (OIDC), and JWT protocols. The primary goal of the OAuth Server plugin is to provide Single Sign-On Login with WordPress, so users do not need to remember a username and password for each application. Using WordPress as OAuth Server, once Single Sign On is enabled, users do not need to store sensitive information to login into different applications. Discovery URL The discovery url / well-known endpoint can be used to get metadata about your Identity Server, essential for setting up oauth server SSO. It will return information about the OAuth/OpenID endpoints, issuer URL, supported grant types, supported scopes, key material along with claims in the JSON format. These details can be used by the clients to create an OpenID server request, enhancing the WordPress SSO experience. The well known configuration URL is accessible via /.well-known/openid-configuration, in relation to the issuer URL. JWT Token Verification JWT signing, which ensures the integrity of the tokens used during the WordPress SSO process, supports both symmetric and asymmetric algorithms provided by the OAuth Server. The plugin’s free version supports HS256, while the premium version supports RS256, enhancing security especially in scenarios involving HubSpot SSO and Nextcloud SSO. HS256, a symmetric signature algorithm, indicates that the signature is generated and verified using the same secret key. It is supported in the free version of the OAuth Server plugin, which is useful for basic OAuth Server SSO configurations. RS256, an asymmetric signature algorithm is different from a symmetric algorithm in that a pair of private and public keys is used to sign and validate the data respectively instead of a single secret key in an oauth server SSO setup. Why RSA algorithm should be used? The use of a public and private key pair makes RS256 more secure in comparison to HS256 where the public key is shared and might be compromised whereas in RS256, even if you do not have the control over your client, your data remains secure as it is signed using a private key. The premium version of the OAuth Server plugin supports the RS256 algorithm. Postman collection Postman collection JSON is a file that can be used for testing the configuration of OAuth 2.0 flow in the WP OAuth Server plugin without configuring an external OAuth Client by generating the access token and the API call to the resource endpoint subsequently. LIST OF POPULAR OAUTH CLIENTS SUPPORTED Rocket.Chat Invision Community (IPB Forum) Odoo WordPress SSO into other WordPress Sites EasyGenerator Salesforce Zapier Moodle Edunext Wickr Freshdesk FreshWorks ServiceNow Knack database Circle.so Tribe.so Mobilize Nextcloud iSpring LMS Church Online Academy of Mine BoardEffect Laravel PowerSchool Joomla HubSpot Shopify MeritHub Bookstack Pimcore 360 Learning EventMobi Synology Drupal Piano Analytics Zerotier WORDPRESS OAUTH / OPENID CONNECT SERVER USE CASES If you want to use your WordPress site as an Identity Server / OAuth Server / OAuth Provider and utilize Login with WordPress to access your client site/application with WordPress user’s login credentials, then you can use this plugin. You can also decide what kind of user data/attributes you want to send while Single Sign-On into your client site/application, including Moodle WordPress SSO and Nextcloud SSO functionalities. If you want to login to your Mobile app / Single Page web app (SPA) using your WordPress credentials, then you can use the Authorization code with PKCE flow grant type to achieve your use case. Single set of credentials will be used to login to multiple WordPress websites. You can access the NGINX resources using NGINX Authentication. Once you login into your client application using WP OAuth Server credentials, you will get JWT. Your client application can further use it for NGINX Authentication. Membership sync or role mapping is used to sync the memberships or roles assigned to your users from OAuth Server to OAuth/OpenID Client. Custom Attribute Mapping is helpful if you want to send additional attributes (beyond the default ones) from your WordPress usermeta table to your OAuth/OpenID client using Login with WordPress. WORDPRESS OAUTH / OPENID CONNECT SERVER FREE VERSION FEATURES Supports Login with WordPress for Single Client application Protocol Support: OAuth 2.0, OpenID Connect (OIDC) Discovery document / well-known endpoint for automatic configuration JWT signing using HS256 or RS256 algorithm (Note: In RS256 algorithm, the keys will be common for all the free version installations) Postman collection for testing OAuth 2.0 flow without actually configuring the client application Server Response: Sends User ID, username, email, first name, last name, display name in the response Grant types Supported: Authorization Code grant Multi-Site Support: Implement the WordPress as OAuth Server within a WordPress Multisite network environment to Login with WordPress users into configured applications. Master Switch: Block / unblock OAuth API calls between OAuth Clients and OAuth Server Token Length: Change the access token length OAuth API Documentation Setup guides to configure the plugin with various OAuth Clients (more coming soon) WORDPRESS OAUTH / OPENID CONNECT SERVER PREMIUM VERSION FEATURES All FREE version features Supports Login with WordPress for Multiple Client applications Server Response: Sends all the profile attributes along with roles, allows to send custom attributes from usermeta table and also customize the attribute names that need to be sent in server response Grant Types Supported: Authorization Code Grant, Implicit Grant, Password Grant, Client Credentials Grant, Refresh Token Grant, Authorization Code grant with PKCE flow Token Lifetime: Configure the access token and refresh token expiry time Enforce State Parameter: Based on client configuration, you can enable or disable state parameter Authorize / Consent prompt: Enable / disable the consent screen Redirect / Callback URI Validation: Enable / disable this feature, based on dynamic redirect to a different pages for certain conditions JWT Signing Algorithm: Supports signing algorithms HSA and RSA (with dynamic keys for each client setup) Additional endpoints: Provides Introspection endpoint, OpenID Connect Single logout endpoint, Revoke endpoint A grant is a method of acquiring an access token. Deciding which grants to implement depends on the type of client the end user will be using, and the experience you want for your users. WE SUPPORT FOLLOWING GRANTS: Authorization code grant : This code grant is used when there is a need to access the protected resources on behalf of the user on another third party application. Implicit grant : This grant relies on resource owner and registration of redirect uri. In authorization code grant users need to ask for authorization and access token each time, but here access token is granted for a particular redirect uri provided by a client using a particular browser. Client credential grant : This grant type heads towards specific clients, where access token is obtained by client by only providing client credentials. This grant type is quite confidential. Resource owner password credentials grant : This type of grant is used where the resource owner has a trust relationship with the client. Just by using username and password, provided by resource owner authorization and authentication can be achieved. Refresh token grant : Access tokens obtained in OAuth flow eventually expire. In this grant type client can refresh his or her access token. Authorization code grant with PKCE flow : This grant type is used for public clients like mobile and native apps, Single Page web apps, where there is a risk of client secret being compromised. REST API AUTHENTICATION Rest API is very much open to interact. Creating posts, getting information of users and much more is readily available. It secures unauthorized access to your WordPress sites/pages using our WordPress REST API Authentication plugin .
Top keywords
- oauth40×2.84%
- wordpress31×2.20%
- server28×1.99%
- grant26×1.85%
- client22×1.56%
- oauth server19×1.35%
- sso17×1.21%
- login15×1.07%
- token14×0.99%
- access13×0.92%
- openid11×0.78%
- authorization9×0.64%
Rank Math SEO – AI SEO Tools to Dominate SEO Rankings
Rank Math SEO – WordPress AI SEO Plugin to Rank Higher 📈 ★★★★★ Rank Math SEO helps you stay ahead of competitors with AI-powered SEO tools built for modern search engines, AI assistants, and evolving search experiences. The plugin brings advanced AI SEO tools directly into WordPress and assists you with optimizing content, generating Schema Markup, intelligent internal linking, keyword optimization, SEO analysis, and so much more. Trusted by 4+ million WordPress websites, Rank Math is already helping website owners grow their organic traffic faster. If you always feel you can do more on the SEO front for your website but don’t have the time, then Rank Math SEO is what you’re looking for. Try The FREE Demo of Rank Math Features | Why Choose Rank Math? | Compare | Screenshots | Benefits Exclusive Content AI. Write Highly Optimized SEO Content Get Started with Content AI for FREE and enjoy: ➜ 40+ AI Tools Built for SEO ➜ Use AI SEO to write high-quality content ➜ Fix SEO Issues in One Click ➜ Generate AI Image Alt Text Instantly ➜ Get Instant SEO Help with RankBot ➜ Full Control via Role Manager Rank Math Includes Every SEO Tool You Need to Rank Higher Check out the features exclusive to Rank Math and understand why it is the right choice for your SEO needs. Setup Wizard (Easy to follow) Rank Math practically configures itself with a step-by-step installation and configuration wizard that sets up SEO for your WordPress site perfectly. Google Schema Markup Integrated With support for 16+ types of Schema Markups, you’ll be able to optimize your posts for rich snippets in just a few clicks. Optimize Unlimited Keywords Unlike other plugins, Rank Math lets you optimize your posts for unlimited focus keywords per post. 5 by default. Increase by adding this filter. Content AI: Your Personal AI SEO Assistant Rank Math includes built-in AI for creating SEO-friendly content. Our Content AI ensures that the content you write is great not only for your visitors but for search engines as well. Google Search Console Integration Rank Math integrates with Google Search Console and displays important website insights directly inside WordPress. Google Analytics Integration Rank Math offers a one-click solution to install Google Analytics script without pasting anything manually anywhere. LSI Keyword Tool Integrated Rank Math’s integrated LSI keyword tool gives you multiple keyword variations of your focus keyword, which helps you attract more traffic to your posts. XML Sitemap The Rank Math plugin comes with a fast-loading Sitemap feature that works with different post types, including custom ones, and provides deep control. Deep Content Analysis Tests On-page SEO is no longer a mystery with Rank Math’s deep content analysis and precise recommendations. 30 Detailed SEO Tests Rank Math is designed to ultimately supercharge your website’s SEO with its 30 detailed SEO tests on your website with a single click. A free account is needed. Module Based System Rank Math is designed to give you all the control with its module-based system, which you can customize according to your needs. SEO Optimized Breadcrumbs Rank Math can display SEO-optimized Breadcrumbs on all websites, even if the theme doesn’t support Schema.org coding. Smart Redirection Manager Rank Math’s built-in smart redirection manager will help you create, manage, delete, enable, or disable redirects at scale. 404 Monitor Rank Math has a built-in 404 error monitor that helps you find and resolve 404 errors for a better user experience. Internal Linking Suggestions Rank Math intelligently suggests other posts from your website for internal linking from your current posts, improving the chances of ranking higher in the SERPs. Role Manager Even if you have multiple employees managing your website, you can precisely control what each of them has access to in Rank Math with its role manager. Multisite Ready Whether you run a single WordPress website or an entire network of sites – we are ready for you. Rank Math fully supports the WordPress Multiuser project (WPMU). Why is Rank Math such a game-changer? Auto Configuration — All you have to do is set a few options, and Rank Math will configure itself ideally for your website. Super Fast SEO Plugin — Even after packing so many features, Rank Math has a negligible load on your server, thus making it one of the fastest SEO plugins for WordPress. Elementor SEO – Deep integration with Elementor lets you configure SEO directly inside the visual editor without switching tabs. Divi SEO – Seamless integration with Divi allows you to optimize SEO in real-time directly from the page builder. Page Builder SEO – Rank Math’s content analysis works perfectly with popular page builders and themes like Oxygen Builder, WPBakery, Avada, Astra, Kadence, Themify, Beaver Builder, Page Builder Framework, Schema theme, Flothemes, OceanWP, etc. Image SEO – Automatically add ALT & Title tags on the fly, to optimize images, showing inside the content, and that too for FREE. WooCommerce SEO – Optimizing your store products is easier with Rank Math. SEO Meta tags and Schema are automatically added but can be customized with total control. Rank Math has the most advanced SEO for WooCommerce. Local Business SEO – Rank Math is designed to be used by global and local websites alike. With its local SEO features, local sites can stand out in search engine results like Google’s and attract more traffic. Google AMP SEO – Rank Math uses your SEO data automatically to optimize your Accelerated Mobile Pages for search engines. bbPress & BuddyPress SEO – User-generated content in bbPress/BuddyPress is optimized correctly, and Rank Math handles all the necessary SEO aspects. Q&A Schema is added to bbPress topics along with other essential meta tags. Translation Plugins Support — Rank Math works flawlessly with the top translation plugins like WPML, TranslatePress, Weglot, Polylang (not entirely compatible yet), etc., making it a perfect companion. 1-Click Import From Yoast — With a single click, Rank Math can import all your settings from Yoast SEO & Yoast SEO Premium to itself without any drop in rankings. 1-Click Import From AIO SEO — Rank Math can also import all your settings from AIO SEO & All in One SEO Pack Pro in a single click without losing rankings. 1-Click Import From All in One Schema, SEOPress, and Redirection —Rank Math allows seamless migration of settings from plugins like All In One Schema Rich Snippets, SEOPress (including Pro), and Redirection with just a single click, ensuring no loss of rankings or data during the transfer. Who Can Benefit From Rank Math? Rank Math Plugin is perfect for: ✔ Bloggers ✔ eCommerce Store Owners ✔ Niche Sites ✔ Businesses ✔ Agencies ✔ Local Businesses ✔ Startups ✔ The Real Estate ✔ Artists & Photographers ✔ The Solution Offerer ✔ Directories ✔ Vloggers (Video Bloggers) ✔ Or any WordPress Website Take a sneak peek into Rank Math’s features Detailed Setup Tutorial BIG Publications are Raving About Rank Math Rank Math Reviews Rank Math Review – Why I Ditched Yoast For Rank Math Rank Math on Product Hunt Rank Math Plugin Review from an SEO Consultant and many more Check RANK MATH PRO WHICH MAKES SEO EASIER & FASTER Rank Math FREE VS PRO COMPARISON UNIQUE FEATURES OF Rank Math PRO AI Link Genius ✔ AI-Powered Internal Link Suggestions ✔ Auto-Link Keyword Variations ✔ Automatic Link Audits & Monitor Link Health ✔ Bulk Link Update Tool Google Analytics & Search Console Integration ✔ Integrated Google Analytics, AdSense & Search Console Data ✔ Analyze the SEO Performance of Each Post & Page ✔ See Top Winning/Losing Posts & Keywords ✔ Keep Track of Position History ✔ Rank Tracker for Important Keywords Schema aka Structured Data aka Rich Snippets ✔ 20+ Pre-defined Schema types ✔ Import Schema from Other Websites ✔ Advanced Schema Builder to create any complex Schema Markup ✔ Schema Templates for Automation ✔ Conditional Schema Markup ✔ Multiple Location Schema On Any Page (using the Shortcode) SEO Automation ✔ Automated Image SEO ✔ Advanced Filtering for Images [https://i.rankmath.com/zAUHHP] ✔ Watermark Your images ✔ Advanced Post filtering ✔ Bulk Actions [index, noindex, redirect, etc.] ✔ Quick Edit SEO Details ✔ Bulk Import SEO Meta Details Using CSV file ✔ Auto Detect Videos and Generate Schema Markup for Them ✔ Auto Fetch Thumbnail, Duration of YouTube & Vimeo Videos ✔ Automatically Flush Facebook Thumbnails ✔ Open External Links in New Tabs ✔ Nofollow External Links ✔ Noindex Paginated, Archive, Search Result Pages ✔ Instant Indexing for Bing & Yandex [Also Google using our Instant Indexing Plugin] WooCommerce SEO ✔ Automatic Schema for WooCommerce Products ✔ Advanced Open Graph Tags for WooCommerce Products ✔ Automatic NoIndex Hidden Products ✔ Remove WooCommerce Product and Category Base ✔ Add Custom Brands to Products ✔ Add Global Identifier Schema Like GTIN/MPN – Even to Variations MANY MORE FEATURES ✔ PREMIUM 24x7x365 Dedicated Support Managers ✔ MOST COMPETITIVE PRICING EVER! CHECK ALL THE PREMIUM FEATURES AND PRICING HERE CONNECT WITH THE TEAM AND SEO EXPERTS JOIN FACEBOOK GROUP COMMUNITY: The purpose of this Facebook group is to have a collective place where the community can help each other, and we can get some feedback to improve Rank Math as well. Joining the group is also a great way to connect with like-minded people and share your SEO experience. Branding Guideline Rank Math® SEO is a registered trademark. Please use the following format when mentioning the Rank Math plugin anywhere. * Rank Math [correct] * RankMath [incorrect] * Rankmath [incorrect] * rankmath [incorrect] * rankMath [incorrect] External Services Rank Math SEO connects to several external services to provide its features. Below is a full disclosure of each service, what data is sent, and when. Rank Math Keyword Suggestions API (api.rankmath.com) Used to provide live keyword suggestions as you type in the Focus Keyword field in the post editor. Keyword suggestions: Each time you type in the Focus Keyword field, the keyword and your site’s locale are sent to api.rankmath.com to retrieve related keyword suggestions. This call is made directly from your browser. No account or login is required for this feature. Service provider: Rank Math (ONE.COM INDIA PRIVATE LIMITED) Privacy policy: https://rankmath.com/privacy-policy/ Terms of service: https://rankmath.com/terms-of-service/ Rank Math API (rankmath.com) Used for site registration, license verification, and the SEO Analysis feature. Site registration / account connection: Sends your site URL, Rank Math username, and API key when you connect your Rank Math account. This is required to activate API-based features. Site disconnection: Sends your site URL, username, and API key when you disconnect your account to remove the registration from Rank Math’s servers. SEO Analysis: Sends your site URL, target keyword, and language when you run an SEO site analysis. Results are returned as a scored report. Dashboard widget: Fetches the latest Rank Math blog posts to display in the WordPress admin dashboard widget. No personal data is sent. Results are cached for 12 hours. Service provider: Rank Math (ONE.COM INDIA PRIVATE LIMITED) Privacy policy: https://rankmath.com/privacy-policy/ Terms of service: https://rankmath.com/terms-of-service/ Rank Math OAuth Connector (oauth.rankmath.com) Used to connect your site to Google services (Search Console, Google Analytics) via OAuth. OAuth token exchange: When you authorize Google services, your browser is redirected through oauth.rankmath.com to exchange the authorization code for access and refresh tokens. The authorization code is sent to this service; it returns OAuth tokens for use on your site. Token refresh: Sends your Google refresh token to obtain a new access token when the current one expires. Service provider: Rank Math (ONE.COM INDIA PRIVATE LIMITED) Privacy policy: https://rankmath.com/privacy-policy/ Terms of service: https://rankmath.com/terms-of-service/ Rank Math Content AI (cai.rankmath.com) Used to power AI-based content features. Only active when the Content AI module is enabled and you have a connected Rank Math account. Keyword research: Sends the target keyword, language, and country to fetch keyword suggestions and metrics. Bulk SEO meta generation: Sends post title and content to generate SEO titles and descriptions in bulk. Bulk image alt text generation: Sends image data (base64-encoded) to generate descriptive alt text for images. Default prompts sync: Sends your site URL, username, API key, and plugin version daily to keep AI prompt templates up to date. Credits/wallet check: Sends your username, API key, and site URL to check remaining Content AI usage credits. Service provider: Rank Math (ONE.COM INDIA PRIVATE LIMITED) Privacy policy: https://rankmath.com/privacy-policy/ Terms of service: https://rankmath.com/terms-of-service/ Google APIs (googleapis.com, google.com) Used by the Analytics module to retrieve website performance data. Only active when you have connected Google Analytics via the Rank Math Analytics module. Google Analytics data: Sends your OAuth access token to fetch data like traffic, keyword, impressions, etc for your site from the Google Analytics API. Token verification: Sends your OAuth access token to verify its validity and authorized scopes. Google Tag Manager script (googletagmanager.com): When a Google Analytics / Google Tag property ID is configured, the Google Tag (gtag.js) script is loaded from googletagmanager.com on your site’s front end. AMP analytics (cdn.ampproject.org): When AMP is active and a Google Analytics property is configured, the AMP analytics component script is loaded from cdn.ampproject.org. Service provider: Google LLC Privacy policy: https://policies.google.com/privacy Terms of service: https://policies.google.com/terms IndexNow API (api.indexnow.org) Used by the Instant Indexing module to notify search engines of new or updated content. Only active when the Instant Indexing module is enabled. Sends a list of URLs, your site URL, and your IndexNow API key to api.indexnow.org each time content is published or updated (or manually triggered). Service provider: Microsoft (Bing) Privacy policy: https://privacy.microsoft.com/en-us/privacystatement Terms of service: https://www.indexnow.org/faq Facebook Graph API (graph.facebook.com) Used to refresh Facebook’s cached preview when a post is updated. Only active when a Facebook App ID and App Secret are configured in Rank Math’s Social settings. Sends the post’s public URL and your Facebook App credentials to trigger a re-scrape of the page by Facebook. Service provider: Meta Platforms, Inc. Privacy policy: https://www.facebook.com/privacy/policy/ Terms of service: https://developers.facebook.com/terms/