Enhancements for applications opened via modal + oauth flows #365
thomasyopes
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
These are great suggestions--we've been looking at some other passthrough properties for the frame content; can definitely see why some apps would want to pass through the parent frame cookies as well. Will need to look at that from a security POV too. Can you say more about this one?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I'm setting up a new application and have some ideas that would make integrating a third party client easier:
Application open via modal:
/auth/authorize/
page of anauthorization-code
oauth app, the current session of the parent Canvas app isn't being used to bypass the login page for the oauth app. In other words, the user is asked to login in again despite already being logged in in the parent frame. It would be nice if somehow the modal could have access to the current parent session to bypass this.Authorize.... Application
permissions screen when an oauth app is opened in the modal if the parent app Canvas user agrees the first time (until their session clears or something like this).Oauth
authorization-code
flow:id_token
or something./auth/authorize/
were passed back to the redirect URL. This allows us to pass some helpful info known at the start of the launch sequence (like the current Canvas patient ID being viewed when opening the application).Let me know if you need clarification, and I'm happy to discuss. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions