Invalid OAuth Request

This is an OAuth 2.0 / OpenID Connect authentication server. Direct access is not allowed. You must access this page through a valid OAuth flow.

Missing or Invalid Parameters:

This is an OAuth2/OIDC server. Direct access is not allowed.

Required Parameters:
client_id=your-client-id
redirect_uri=https://your-app.com/callback
response_type=code
scope=openid profile email
code_challenge=your-code-challenge
code_challenge_method=S256
Example Valid URL:
https://identity.goworkpro.com/connect/login?client_id=mvc-client&redirect_uri=https://localhost:5173/login&response_type=code&scope=openid+profile+email+api+offline_access&state=abc123&code_challenge=dadsadsa89d09sadsa&code_challenge_method=S256