docs: fix typo in Java SDK example document (#9804)

# Which Problems Are Solved
This PR resolves the issue #9648 

# How the Problems Are Solved
Resolves a typo in the documentation


# Additional Context

- Closes  #9648 
- Discussion  #9648
This commit is contained in:
Allen Oyieke
2025-04-28 12:53:31 +03:00
committed by GitHub
parent b8ba7bd5ba
commit a9dd78a132

View File

@@ -41,7 +41,7 @@ The following features are covered by Java Spring Security:
The goal is to have a ZITADEL Java SDK in the future which will cover the following: The goal is to have a ZITADEL Java SDK in the future which will cover the following:
- Wrapper around Java Spring Security - Wrapper around Java Spring Security
- Authentication with OIDC - Authentication with OIDC
- Authorization and checking Rolls - Authorization and checking Roles
- Integrate ZITADEL APIs to read and manage resources - Integrate ZITADEL APIs to read and manage resources
- Integrate ZITADEL Session API to create your own login UI - Integrate ZITADEL Session API to create your own login UI