Skip to content

Commit

Permalink
Merge pull request #2030 from CodeWithEmad/tpa-oath-typos
Browse files Browse the repository at this point in the history
tpa_oauth.rst minor typo fixed
  • Loading branch information
dianakhuang authored Apr 6, 2022
2 parents 1c8185d + c20d0a9 commit 71a6908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Integrating with the most common OAuth2 IdPs has several steps.
Register the Open edX Instance
==============================

The most commmon OAuth2 providers are Google, Facebook, LinkedIn, and Azure
The most common OAuth2 providers are Google, Facebook, LinkedIn, and Azure
Active Directory.

.. contents::
Expand Down Expand Up @@ -151,7 +151,7 @@ not work with other types of Microsoft accounts (such as "@live.com" or

#. Enter a name, domain name, and country.

#. Create the new application.
#. Create a new application.

#. Find the new Active Directory in the portal, select **Applications**,
select **Add**, and then select **Add an application my organization is
Expand All @@ -174,7 +174,7 @@ not work with other types of Microsoft accounts (such as "@live.com" or

#. In the **Keys** section, select a two-year duration, and then select
**Save** to create a secret key. Note the value of the key. For example, the
key value may be ``abcdef12341yHlmOrR8D3vlV1cD2VtL7k9xk9DSB8vw=``.
key-value may be ``abcdef12341yHlmOrR8D3vlV1cD2VtL7k9xk9DSB8vw=``.

#. In the **Permissions to other applications** section, locate the **Delegated
Permissions** option for Windows Azure Active Directory, and then select
Expand Down
2 changes: 1 addition & 1 deletion en_us/links/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@

.. _eduPerson Object Class Specification: https://www.internet2.edu/media/medialibrary/2013/09/04/internet2-mace-dir-eduperson-201203.html

.. _official Google instructions: https://developers.google.com/+/web/signin/#set_up_google_sign-in_for_google
.. _official Google instructions: https://developers.google.com/identity/protocols/oauth2

.. _Google Developers Console: https://console.developers.google.com/project/_/apiui/apis/library

Expand Down

0 comments on commit 71a6908

Please sign in to comment.