stormpath-sdk-java
stormpath-sdk-java copied to clipboard
add okta.client.baseUrl property
Currently, there is support for a number of okta properties, like:
- okta.application.id
- okta.api.token
In order to work with okta, setting stormpath.client.baseUrl is required.
It would be more consistent to add a property called okta.client.baseUrl that behaves exactly the same way as stormpath.client.baseUrl.
NOTE: It is not proposed at this time that stormpath.client.baseUrl be removed.