By: Steve Lam user 05 Jul 2018 at 11:41 a.m. CDT

1 Response
Steve Lam gravatar
Docs show a button to add UMA Resources: [https://gluu.org/docs/ce/3.1.3/admin-guide/uma/#resource-registration](https://gluu.org/docs/ce/3.1.3/admin-guide/uma/#resource-registration) I don't have that button in my oxTrust UI, and I'm logged in as admin (attached link to screenshot). Did I miss something in the install? Install log for reference: ``` Installing Gluu Server... Detected OS : ubuntu Detected init: systemd Detected Apache: 2.4 Installing Gluu Server... For more info see: ./setup.log ./setup_error.log ** All clear text passwords contained in ./setup.properties.last. Do you acknowledge that use of the Gluu Server is under the MIT license? [N|y] : y Enter IP Address [172.31.45.205] : Enter hostname [localhost] : auth.illuma-labs.com Enter your city or locality : Plano Enter your state or province two letter code : TX Enter two letter Country Code : US Enter Organization Name : Illuma Labs Enter email address for support at your organization : steve@illuma-labs.com Enter maximum RAM for applications in MB [3072] : Optional: enter password for oxTrust and LDAP superuser [xxxxxxxxxx] : xxxxxxxxxx Install oxAuth OAuth2 Authorization Server? [Yes] : Install oxTrust Admin UI? [Yes] : Install LDAP Server? [Yes] : Install (1) Gluu OpenDJ (2) OpenLDAP Gluu Edition [1|2] [1] : Install Apache HTTPD Server [Yes] : Install Shibboleth SAML IDP? [No] : Install Asimba SAML Proxy? [No] : Install oxAuth RP? [No] : Install Passport? [No] : Install JCE 1.8? [Yes] : You must accept the Oracle Binary Code License Agreement for the Java SE Platform Products to download this software. Accept License Agreement? [Yes] : hostname auth.illuma-labs.com orgName Illuma Labs os ubuntu city Plano state TX countryCode US support email steve@illuma-labs.com Applications max ram 3072 Admin Pass xxxxxxxxxxxx Install oxAuth True Install oxTrust True Install LDAP True Install JCE 1.8 True Install Apache 2 web server True Install Shibboleth SAML IDP False Install Asimba SAML Proxy False Install oxAuth RP False Install Passport False Proceed with these values [Y|n] Y Installing [###################################] Completed Gluu Server installation successful! Point your browser to https://auth.illuma-labs.com ```

By Aliaksandr Samuseu staff 05 Jul 2018 at 1:17 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Steve. A confusion did happen at some point, and this button was removed in 3.1.3 as a result. More on this in [this issue](https://github.com/GluuFederation/oxTrust/issues/808). It will return in upcoming 3.1.4 package, with some enhancements. Atm the easiest way to register a protected resource will be using [this command](https://gluu.org/docs/oxd/3.1.3.1/api/#uma-rs-protect-resources) (if you employ our oxd server in your environment). I'll update docs for 3.1.3 to prevent further confusion.