Azure / Azure/azure-service-bus-java
Custom renewal of SharedAccessSignature
Open
- Dominant language
- Java
- Stars
- 62
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
We are trying to receive messages from a 3rd party system that provides us with a Service Bus connection string including a SharedAccessSignature.
This SharedAccessSignature expires every 4 hours so we need to renew it from this 3rd party's custom HTTP GET endpoint; we don't have access to the Azure account.
How can we extend the ClientSettings / TokenProvider to use this custom implementation to refresh the authentication?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.