diff --git a/README.md b/README.md index 8d342be..89fc877 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # OneLogin's Java SDK +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fonelogin%2Fonelogin-java-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fonelogin%2Fonelogin-java-sdk?ref=badge_shield) + ## Support @@ -493,4 +495,7 @@ But the SDK settings could be provided directly to the constructor, for example: apiConfiguration.put("mfa", 1); Client client = new Client("", "", "", apiConfiguration, false); -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fonelogin%2Fonelogin-java-sdk.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fonelogin%2Fonelogin-java-sdk?ref=badge_large) \ No newline at end of file