From 20a43e34c609871c9bac703942fb8f5271cdd343 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 8 May 2026 08:23:09 -0700 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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