Hi,
I would like to externalize the client id instead of declaring them in the xml in sparklr application. As a solution, I tried reading them from property files as below:
<oauth:client clientId="${my.client.id.property.file}" secret="${my.client.secret.property.file}" authorizedGrantTypes="${my.client.flows.property.f ile}" scope="${my.client.scope.property.file} authorities="${my.client.authorities.property.file }"/>
But this again again limits my requirement. I can read only the client ids that are declared in the property file.
My requirement is in such a way that the client id should be read from the database as there is change of increase in the number of clients for my application. Is there any way to do this.
Thanks in advance,
Venkat


. I can read only the client ids that are declared in the property file.
Reply With Quote
rovider client-details-service-ref="myClientDetails" token-services-ref="tokenServices">