This directory contains examples for using the Asgardeo Python SDKs.
asgardeo/- Examples for the core Asgardeo SDKasgardeo-ai/- Examples for the Asgardeo AI SDK
Before running the examples, make sure to:
- Install the packages:
cd asgardeo && poetry install
cd ../asgardeo-ai && poetry install- Set up your configuration in each example file with your actual Asgardeo credentials.
Each example is a standalone Python script that can be run directly:
python examples/asgardeo/basic_auth.py
python examples/asgardeo-ai/agent_auth.py