¶ Test OIDC Capabilities Based on GenAuth
After your application completes OIDC integration, GenAuth can help you quickly verify whether you have complete OIDC capabilities. GenAuth provides developers with testing environments for multiple application types and development languages.
OIDC has five authorization modes:
Authorization Code Mode
Authorization Code + PKCE Mode
Implicit Mode
Password Mode
Client Credentials Mode
Before starting testing, you must understand the relationship between the above authorization modes and your application. This is to help you choose the appropriate authorization mode for testing. For details, please refer to: Choose OIDC Authorization Mode | GenAuth Documentation.
Regardless of which authorization mode you use, the entire testing process requires the following parameters:
- App ID
- App Secret
- Issuer
- appHost
- Login Callback URL
- scope
