Configuration of OAuth client

Issue #48 resolved
Luke Horsley repo owner created an issue

Add configuration elements for the registered clients

<oAuth>
    <clients>
        <add id="website" />
        <add id="mobile" secret="abcxyz" />
    </clients>
</oAuth>

In ApplicationServerOAuthProvider only validate requests from the registered clients.

Comments (1)

  1. Log in to comment