We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement-login-with-par
Is your suggestion related to a missing or misleading document? Please describe. Refer the doc page: https://is.docs.wso2.com/en/latest/guides/authentication/oidc/implement-login-with-par/
product_url_format is not resolved correctly, leading to show content like this.
product_url_format
Describe the improvement Should resolve product_url_format correctly and should have the content showed similar to following
https://localhost:9443/oauth2/authorize?client_id={CLIENT_ID}&request_uri={request_uri}
The text was updated successfully, but these errors were encountered:
himeshsiriwardana
Successfully merging a pull request may close this issue.
Is your suggestion related to a missing or misleading document? Please describe.
Refer the doc page: https://is.docs.wso2.com/en/latest/guides/authentication/oidc/implement-login-with-par/
product_url_format
is not resolved correctly, leading to show content like this.Describe the improvement
Should resolve
product_url_format
correctly and should have the content showed similar to followinghttps://localhost:9443/oauth2/authorize?client_id={CLIENT_ID}&request_uri={request_uri}
The text was updated successfully, but these errors were encountered: