Skip to content

Commit

Permalink
Replace identity-oauth use with OIDC xwikisas#48
Browse files Browse the repository at this point in the history
* modified extension name and description
  • Loading branch information
ChiuchiuSorin committed Jan 23, 2025
1 parent 3923042 commit 0543f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<artifactId>integration-azure-oauth-api</artifactId>
<packaging>jar</packaging>

<name>Microsoft Entra ID OpenID Connect (OIDC) API</name>
<description>This extension allows users to authenticate to the wiki using Entra ID</description>
<name>Microsoft Entra ID SSO API</name>
<description>This extension allows users to authenticate to the wiki using Entra ID, formerly known as Azure Active Directory.</description>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<version>1.9.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Microsoft Entra ID OpenID Connect (OIDC) parent POM</name>
<description>This extension allows users to authenticate to the wiki using Entra ID. The app can be purchased individually or part of the XWiki Pro package. Try it free.</description>
<name>Microsoft Entra ID SSO parent POM</name>
<description>This extension allows users to authenticate to the wiki using Entra ID, formerly known as Azure Active Directory. The app can be purchased individually or part of the XWiki Pro package. Try it free.</description>

<properties>
<licensing.version>1.25</licensing.version>
Expand Down

0 comments on commit 0543f44

Please sign in to comment.