Hello!! Someone has worked with SAML2 on Google Appengine?
I have a question. I need to build a Service Provider in GAE with Python language, I found that I can build it with pysaml2 library and Flask microframework, but I have this exception "No module named cryptography.hazmat.bindings._openssl". I don't know what is the problem because I installed in my computer outside appengine and it works well. but when I copy the code inside a Appengine Application The project doesn't work. I've found that maybe some libraries used by pysaml2 library use other libraries that are not pure python. What can you recommend me to build a Service Provider with SAML and appengine? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e17ef2fc-1b26-4b04-a220-24309f4d660a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
