Blame view

sources/apps/user_oauth/templates/settings.php 434 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
  <form id="user_oauth">
      <fieldset class="personalblock">
          <strong>OAuth</strong><br />
          <input type="text" name="introspectionEndpoint" id="introspectionEndpoint" value="<?php p($_['introspectionEndpoint']); ?>" placeholder="<?php p($l->t('Introspection endpoint'));?>" />
          <br />
          <span class="msg">Provide the OAuth 2.0 Authorization Server introspection endpoint here.</span>
      </fieldset>
  </form>