oAuth 2.0 and SAML 2.0 both

2
Has anybody implemented the appstore modules "Open Authentication Module" and "SAML2.0" both within the same project? I believe it should be possible but are there any tips and tricks from someone who did this before?
asked
1 answers
1

Marcus,

It depends on what you would like to achieve.

The OAuth module should be setup with a redirect in the index page, if the SAML module needs the same thing then how will the decision be made where to go. If you will be using part of the OAuth functionality to, for example authenticate with a web service, I don't see any clear issues.

answered