-
Notifications
You must be signed in to change notification settings - Fork 44
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
Idea: Google Integration via SAML #63
Comments
I don't know much about saml, but another plugin is certainly a viable option. I'd have to do some reading on saml to know how good of a fit it is. |
|
I've done quite some research on this... and yes oidc and saml basically cover 99% the same features by now. |
What needs to be done for that? |
Do you think it would be possible to integrate an app secured by eas as a SAML app into Googles GSuite?
Here's a start page for the Google SAML side:
https://support.google.com/a/answer/6087519?hl=en
I fiddled around (without knowing what SAML is) and managed to add my app-icon to the google application launcher menu. (But to be honest: my app is not an app to be offered on the Marketplace. Otherwise, we would have done this in the first place. It would just be cool to have a working icon in the launcher.)
When I click it, Google sends a post with form-data to mydomain which my app/eas don't handle. Maybe they could? Would be extremely cool.
Here's a screenshot of the network tab:
The text was updated successfully, but these errors were encountered: