Authaus supports msaad / entra oauth integration with a client secret.
- Add support for having a client secret expiry date in the config alongside the secret itself
- Implement a regular check on the secret expiry (every hour)
- Trigger a callback when the remaining time on the secret is less than a certain amount of days - default to 2 weeks
- Implement a placeholder for a callback notification function from the calling code - add an function type for this purpose
- Ensure adequate documentation is in place
- Ensure adequate tests are in place
Authaus supports msaad / entra oauth integration with a client secret.