-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Enhancement- http request functionality to sample apps #262
base: main
Are you sure you want to change the base?
Enhancement- http request functionality to sample apps #262
Conversation
Hey @pavinduLakshan can you please check this draft pr and let me know if I am on the right track? |
Hey @pavinduLakshan can you please review this draft pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @s-vamshi , thank you for sending a PR and sincere apologies for the delay in reviewing. I have added a couple of comments. If you still have some time, could u kindly go through and address those?
Also, it'd be great if you can add a screencast/screenshot of the final UI (of the entire page) to get an idea how this new information would view.
const [resp, setResp] = useState<object>({}); | ||
|
||
const { httpRequest } = useAuthContext(); | ||
const requestConfig: HttpRequestConfig = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const requestConfig: HttpRequestConfig = { | |
const requestConfig: HttpRequestConfig = { |
@@ -3,5 +3,5 @@ | |||
"baseUrl": "", | |||
"signInRedirectURL": "https://localhost:3000", | |||
"signOutRedirectURL": "https://localhost:3000", | |||
"scope": ["profile"] | |||
"scope": ["internal_login"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep both scope values.
"scope": ["internal_login"] | |
"scope": ["profile", "internal_login"] |
Purpose
resolves #123
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning