Questions tagged [mellon]

18 questions
0
votes
0 answers

Apache Mellon Configuration

I'm trying to configure an apache server for an saml authentication and I'm using apache mellon for this. I configured the apache and in /var/www/html I wrote an simple php server with 2 routes: / and /spa/callback/postResponse. The problem is that…
avarteniuc
  • 1
  • 1
  • 1
0
votes
0 answers

how to override SP metadata Auth_mod_mellon apache moduel for SAML

Our application servers have different applications deployed like app-user-registration app-portal app-module1 etc. Now we want to protect app-user-registration application with different SP metadata, certificate,key and rest of the applications…
Chintan
  • 906
  • 4
  • 14
  • 30
0
votes
0 answers

303 response not redirected due to Javascript error

I'd like to fetch data from a webservice, which is done by: $scope.data = itemsApi.search(null, $scope.filterCriteria); The itemsApi is defined like this: angular.module('rootApp') .factory('itemsApi ', function($resource, rootURL) { return…
Joetjah
  • 6,292
  • 8
  • 55
  • 90
1
2