zitadel-examples icon indicating copy to clipboard operation
zitadel-examples copied to clipboard

DEPRECATED ⛔: Examples how to integrate different languages and frameworks with ZITADEL

ZITADEL integration examples (outdated)

This example repo is outdated and is no longer going to be maintained. New examples are moved to seperate repositories. Take a look at the Docs or use the GitHub filter to find the new ones.

Angular

  • Authentication Code Flow with PKCE
  • Fetch data from userinfo endpoint

NextJS B2B

  • Authentication Code Flow with PKCE
  • Load sessions and login with prompt
  • Organization context
  • Service users

Python 3.8

  • Exchange JWT token signed with private key for authentication token
  • Access ZITADEL's Management API

Java with Spring Boot

  • Authentication Code Flow with PKCE
  • Fetch data from userinfo endpoint
  • Extract role information provided by Zitadel
  • Web App as confidential client which calls API resource server

License

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.