Reputation: 611
I need to customize commonauth and samlsso endpoints to pass-through some query parameters that I'd like to make it back to my service provider for a number of use cases. Which Carbon or IS projects hold code for each of these webapps?
I did some searching but I'm uncertain that I'm looking at the right stuff, so help is appreciated!
Upvotes: 2
Views: 1841
Reputation: 611
For Identity Server 5.0.0 these sources are located in SVN at the following locations:
Upvotes: 0
Reputation: 1271
You can find source code for Commonauth from [1] and samlsso from [2]. The source code is for IS 5.1.0
[1]https://github.com/wso2/carbon-identity/tree/master/components/authentication-framework [2]https://github.com/wso2/carbon-identity/tree/master/components/sso-saml
Thanks
Upvotes: 2