📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
S

RSS Oauth2 Client - Cannot get scope to show up on consent page

  • Thread starter Thread starter stromb0li
  • Start date Start date
S

stromb0li

Guest
Guest or Bot
I have an add-on I'm building, but am struggling to identify why I cannot see the api scope I have defined showing up on the user conscent page:

XML:

Code:
<?xml version="1.0" encoding="utf-8"?>
<api_scopes>
  <api_scope api_scope_id="myapp:delete_hard"/>
  <api_scope api_scope_id="myapp:read"/>
  <api_scope api_scope_id="myapp:write"/>
</api_scopes>

In phrases.xml, I have three corresponding entries as well:
XML:

Code:
<?xml version="1.0" encoding="utf-8"?>
<phrases>
 <phrase...

Read more

Continue reading...
 
Similar content Most view View more
Back
Top