lib.rs
3 days agoidentity_service_base_url: Base URL of your identity provider (e.g., "https://identity.example.com") username: Username for client credentials; token: Token/password for client credentials; client_id: Your OAuth client ID; The service will automatically construct the necessary OAuth endpoints by appending /authorize/ and /token/ to the base URL.