Skip to content
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

Fabiangosebrink/create popup example with better API #960

Merged
merged 20 commits into from Feb 7, 2021

Conversation

FabianGosebrink
Copy link
Collaborator

@FabianGosebrink FabianGosebrink commented Feb 7, 2021

Still do do:

  • Testing
  • Documentation

Fixes: #931, #953, #594

@FabianGosebrink FabianGosebrink changed the title Fabiangosebrink/create popup example Fabiangosebrink/create popup example with better API Feb 7, 2021
You can call the Provider's authorization endpoint in a popup or iframe instead of navigating to it in the app's parent window.
This allows you to have the Provider's consent prompt display in a popup window to avoid unloading and reloading the app,
or to authorize the user silently by loading the endpoint in a hidden iframe if that supported by the Provider.
You can call the Provider's authorization endpoint in a popup instead of navigating to it in the app's parent window.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can authenticate tith any Open ID Connect identity provider using a popup.

@@ -1,14 +1,30 @@
# Authorizing in a popup or iframe
# Authorizing in a popup
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Authentication using a Popup

@damienbod damienbod merged commit 03aa2ad into main Feb 7, 2021
@damienbod damienbod deleted the fabiangosebrink/create-popup-example branch February 7, 2021 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to refresh auth state in main window after popup authorization
2 participants