• 워드프레스 소개
    • 워드프레스 소개
    • WordPress.org
    • 문서
    • 지원
    • 의견
  • 로그인
  • 등록하기
내용으로 바로가기

WordPress.org

한국어

  • 홈
  • 포럼
  • 버디프레스
  • 블로그
  • 플러그인
  • 테마
  • 한국어 지원
  • #Slack
  • About Us: Our Mission
  • 워드프레스 얻기

플러그인

  • 나의 즐겨찾기
  • 베타 시험
  • 개발자
다운로드

WordPress OAuth Server ( Login with WordPress )

작성자: miniOrange
  • 세부사항
  • 평가
  • 설치
  • 지원
  • 개발

설명

This plugin is used to setup any WordPress site as Identity Server to allow Users to Single Sign-On / Login into their client site / application with WordPress Login using OAuth / OpenID Connect protocol flows. WordPress OAuth Server plugin allows you to use WordPress as your OAuth Server (Identity Server) and access OAuth API’s.

The primary goal of this OAuth server/Oauth Provider plugin is to allow users to interact with WordPress and Jetpack sites without requiring them to store sensitive credentials.

The OAuth Server plugin is created in WordPress by virtue of which, user can work with OAuth2 compliant client. These client applications can be Salesforce, Slack or any other third party applications which support OAuth Server allows Single Sign On to client applications with wordpress credentials. It allows you to use WordPress as your OAuth Server and access OAuth APIs.

You can easily configure an OAuth server to protect your API with access tokens, or allow clients to request new access tokens and refresh them.

This plugin provide support to Rocket.chat, Invision Community and other custom OAuth and OpenID Connect (OIDC) client applications. OAuth Server plugin works with any OAuth client that conforms to the OAuth 2.0 and OpenID Connect 1.0 standard.

Application

  • If you want to use your WordPress site as a Identity Server and use WordPress User’s login credentials to login into your client site / application then you can use this plugin. You can also decide what kind of User data /attribute you want to send while Single Sign On into your Client application / site.

Features

  • Supports WordPress Login / Login with WordPress for Multiple OAuth Clients
  • Master Switch – It allows you to block or unblock API calls between OAuth Clients and Server
  • Block Unauthenticated Request To The REST API
  • Token Length – Allows you to change the token length
  • Redirect/Callback URI Validation – You can Enable/disable this feature, based on dynamic redirect to a different pages for certain conditions.
  • OIDC Support – Supports OpenID Connect protocol
  • Token Lifetime – Allow you to decide the token expiry time
  • JWT Support
  • Error Logging
  • Enforce State Parameter – Based on client configuration, you can enable or disable state parameter
  • Supports All Grant Types : Authorization Code Grant, Implicit Grant, Password Grant, Client Credentials Grant, Refresh Token Grant
  • Server Response – Allows you to customize the attributes need to be sent in server response
  • Extended OAuth API Support
  • Multi-Site Support
  • JWT Signing Algorithm – Supports
  • Support for Introspection 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 another third party application.

  • Implicit grant: This grant relies on resource owner and registration of redirect uri. In authorization code grant user needs to ask for authorization and access token each time, but here access token is granted for a particular redirect uri provided by 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 quiet confidential.

  • Resource owner password credentials grant: This type of grant is used where resource owner has trust relationship with the client. Just by using username and password, provided by resource owner authorization and authentication can be achieve

  • Refresh token grant: Access tokens obtained in OAuth flow eventually expire. In this grant type client can refresh his or her access token.

REST API Authentication

Rest API are very much open to interact. Creating posts, getting information of users and much more is readily available.
It secures the unauthorized access to your WordPress sites/pages using our WordPress REST API Authentication plugin.

스크린샷

  • Add OAuth Client
  • Get Client ID and Client Secret
  • General settings
  • Advanced settings and other Premium features
  • Server Response
  • Endpoints
  • Frequently Asked Questions

설치

From your WordPress dashboard

  1. Visit Plugins > Add New
  2. Search for OAuth 2.0 server. Find and Install OAuth 2.0 server
  3. Activate the plugin from your Plugins page

From WordPress.org

  1. Download OAuth 2.0 server.
  2. Unzip and upload the miniorange-oauth-login directory to your /wp-content/plugins/ directory.
  3. Activate miniOrange OAuth from your Plugins page.

FAQ

I need to customize the plugin or I need support and help?

Please email us at info@xecurify.com or Contact us. You can also submit your query from plugin’s configuration page.

후기

Great support Service and product.

jtomascat 2021년 2월 11일
We licensed pluggin some time ago. From the beginning everything has been very simple and with a personalized service. With every challenge we have started they have been there to help. The technical support has always been fantastic. Thank you.

Very good support

nicowebmaster 2021년 2월 3일
Great support. Good advice and quick response

Brilliant support

2021년 1월 28일
I had some issues with a broken navigation in Brizy and together with the team we fixed all issues withing 24 hours - brilliant!

Excellent support

jdegenhardt 2020년 12월 23일
We needed a solution that would enable Single-Sign-On for our WordPress users to access a third-party app. Nikhilesh was extremely helpful with answering questions and providing advice. Nikhilesh also provided a lot of time and support with troubleshooting the initial integration with the third-party app. This solution would not have been possible without this plugin, or the service that Nikhilesh provided.

very good

marichardson 2020년 11월 10일
This plugin works well and the customer support is excellent. Always helping me with live support when I need it.

Simple SSO / OpenId Connect Integration

andyhoneycutt 2020년 10월 13일
Barring some setbacks on our end, we rolled out SSO integration for a client with one of their vendors in just a few minutes of setup. I ran into several issues along the way (not exactly related to the product) and support was quick to respond and very capable. I would recommend this product to anyone wishing to set up SSO with OpenId Connect on their WordPress site. I gave 4/5 stars because when my client purchased the upgraded (licensed) version of this product, they were given an out of date release. The version we received and deployed was out of date and did not match the documentation for the product. That said, MO support was very quick to step in and fix this problem.
모든 19 평가 읽기

기여자 & 개발자

“WordPress OAuth Server ( Login with WordPress )”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • miniOrange
  • oauth

자국어로 “WordPress OAuth Server ( Login with WordPress )”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

2.13.3

  • minor bug fixes
  • fixed compatibility with Brizzy
  • added compatibility with WP 5.6

2.13.2

  • minor bug fixes
  • fixed issue with deactivation form
  • added compatibility with WP 5.5

2.13.1

  • Added compatibility with WordPress v5.5

2.13.0

  • Added UI fixes
  • Updated demo plan fixes
  • Minor bugfixes and compatibility fixes

2.12.4

  • Licensing tab fix

2.12.3

  • Added fixes for some features
  • Added option to disable authorize screen

2.12.2

  • Added Compatibility with WordPress v5.4

2.12.0

  • Performance Improvements

2.11.0

  • Fixed bug where blank scope led to blank screen
  • Fixed “Deny” button resulting in clicking “Allow”
  • Fixed unaccounted bytes error notice on activation
  • Updated plugin licensing
  • Minor UI Improvements

2.10.0

  • Added fixes for Loopback Request failure
  • Updated Endpoints based on REST API and Authorize Consent Screen
  • Minor Bugfixes

2.9.1

  • Fixed migration issue

2.9.0

  • Fixed bug where bearer access_token was not recognized.
  • Updated Endpoints

2.8.2

  • Updated Installation Steps

2.8.1

  • Compatibility changes for miniOrange OAuth Single Sign On

2.8.0

  • Updated registration form
  • Advertised Introspection Endpoint

2.7.0

  • Added compatibility for WordPress Version 5.2
  • Added fixes for OpenID Connect flow
  • Added fixes for OTP related issue
  • Updated Endpoints
  • Added alternative for Sign Up
  • Advertised Scope Based Response

2.6.1

  • Fixed conflicts for function generateRandomString()

2.6.0

  • Advertised new features as per new Licensing Plan

2.5.6

  • Added Compatibility for Rocket.chat

2.5.5

  • Fixed OTP related issue

2.5.4

  • Updated Licensing Plan

2.5.3

  • Added Visual Tour fixes

2.5.2

  • Added bugfixes

2.5.1

  • Added missing files

2.5.0

  • New Features
  • Major UI Revamp
  • Added Feature Tour

2.4.0

  • Compatibility with WordPress 5.1

2.3.0

  • Added Feedback Form and Updated UI

2.2.1

  • Added support for Invision Community and Rocket.chat

2.2.0

  • Updated UI

2.1.0

  • Fixed the PHP7.2 Compatibility issue

2.0.3

  • Changes in the title

2.0.2

  • Added features

2.0.1

  • Added support for multiple client

1.0.1

  • Initial Release

기초

  • 버전: 2.13.3
  • 최근 업데이트: 4주 전
  • 활성 설치: 200+
  • 워드프레스 버전: 3.0.2 또는 그 이상
  • 다음까지 시험됨: 5.6.2
  • 언어:
    English (US)
  • 태그:
    Login with WordPressOAuth providerOpenIDwordpress loginWordPress SSO
  • 고급 보기

평점

모두 보기
  • 5개의 별 18
  • 4개의 별 1
  • 3개의 별 0
  • 2개의 별 0
  • 1개의 별 0
평가를 제출하기 위해 로그인합니다.

기여자

  • miniOrange
  • oauth

지원

지난 2개월 동안 해결된 문제:

2 중 1

지원 포럼 보기

  • About
  • 블로그
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • 쇼케이스
  • 플러그인
  • 테마
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

코드는 詩다