Code source wiki de Identity OAuth
Modifié par superadmin le 2022/01/01 16:06
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | {{include reference="Licenses.Code.VelocityMacros"/}} | ||
2 | |||
3 | {{velocity}} | ||
4 | #set ($mainReference = $services.model.createDocumentReference('', 'IdentityOAuth','OAuth')) | ||
5 | #if (!$services.licensing.licensor.hasLicensureForEntity($mainReference)) | ||
6 | {{error}}#getMissingLicenseMessage('idoauth.extension.name'){{/error}} | ||
7 | #else | ||
8 | $services.localization.render('idoauth.webHome.1') | ||
9 | $services.localization.render('idoauth.webHome.2') | ||
10 | $services.localization.render('idoauth.webHome.3') | ||
11 | $services.localization.render('idoauth.webHome.4') | ||
12 | #end | ||
13 | |||
14 | [[=> More about the IdentityOAuth Application>>https://store.xwiki.com/xwiki/bin/view/Extension/IdentityOAuth]]. | ||
15 | {{/velocity}} |