Questions tagged [service-provider]

380 questions
0
votes
1 answer

Configuring SP to send assertions to IDP (PingFederate SAML 2.0)

I'm working on configuring a SP to connect to another IDP using SAML 2.0 and browser SSO. I've finished all of the setup, but am unable to figure out how or if it's possible to send assertions to the IDP. Doesn't the IDP normally send the assertions…
0
votes
1 answer

How to implement JSON functionality in a shared library without hard-wiring third party dependencies

I'm writing a class to provide some logging output in JSON format. One issue is that the various Java projects I work on already use JSON and have dependencies on 3rd party libraries like gson or Jackson. The work the class needs to perform is…
Adam
  • 5,215
  • 5
  • 51
  • 90
0
votes
1 answer

Identity Server as service provider (WS-fed)

I'm trying to work with idsrv3 recieving tokens issued by an ADFS external company, so idsrv3 works as a service provider and the ADFS as identity provider. I'm using the Ws-Fed(pasive) protocol so the company already added our endpoint and the…
user3612445
  • 145
  • 2
  • 16
0
votes
2 answers

What boot() method do in laravel?

there is register() method in Service Provider which is used for bind the classes but i don't know what boot() method's do ? can you please explain it.
vishal ribdiya
  • 1,013
  • 2
  • 12
  • 20
0
votes
1 answer

Pass sub domain to route service provider in Laravel so it can then be used for multi tenancy

I have not done much work with route service providers and there seems to have been some changes around Laravel 5.4. Basically I wish to use the boot function in route service provider to retrieve the sub domain so I can then query the main…
James Parsons
  • 895
  • 5
  • 18
  • 36
0
votes
1 answer

Weblogic Service Provider with NetIq Identity Manager

I'm trying to configure a Service Provider on Weblogic 12c.2.1, pointing to NetIq Identity Manager. Also, i'm trying to deploy a simple jsp app to test it. As of now, this is what i've done: Weblogic Created an Authentication Provider (Security…
fsakiyama
  • 337
  • 3
  • 13
0
votes
1 answer

Will be possible to call directly IDP in SAML?

Because of xyz reasons, we don't have Service Provider (SP) to place SAML login request. So, here my question is will it be possible to login into SAML through IDP directly? If it is possible, could you please explain steps? We are using…
Nallamachu
  • 1,420
  • 18
  • 34
0
votes
1 answer

Sample Identity Provider SAML 2.0

I have developed my sample Service Provider which works perfectly with http://www.ssocircle.com/en/. Is there any other online Identity Provider available for testing my Service Provider or any link to get sample code for Service Provider to…
DEEP JOSHI
  • 103
  • 5
0
votes
1 answer

Shibboleth Embedded Discovery Service creates endless loopback to itself

I have searched only for many hours trying to find an answer but cannot. I have an up to date version of Shibboleth working in my RedHat el6.x86_64 proxy server. (SELinux is in permissive mode.) I have a Service Provider setup. It works well with a…
0
votes
2 answers

ADFS as SAML SP use case

Based on my research that ADFS (e.g. 3.0) can act as a SAML SP. What are the use cases for this? What would ADFS do once it accepted the SAML claims from an IDP? e.g. Can it do single sign-on to a backend application?
user3290431
  • 329
  • 2
  • 4
  • 7
0
votes
0 answers

Laravel processing and mapping get request

I have 2 questions about Service Container. 1: Is it possible in the process of service container that i have a route , and before that route is resolved to a controller, based on a slug the route is directed to two different controllers. what i…
0
votes
1 answer

laravel package / service provider view refactor, how to fallback to a view location definition in case the view is not found?

I had to do this: Take a created laravel app, a way to create something like 2 apps that share a core? so i created a package of the existing app. Now all views need to be prefixed with something like myappcore:: now I can do that but it will take…
Toskan
  • 13,911
  • 14
  • 95
  • 185
0
votes
2 answers

Laravel Storage::extend not working

I can't figure out where I'm going wrong, with this. I've followed the Laravel docs by installing spatie/flysystem-dropbox via composer copied the DropboxServiceProvider from the Laravel Docs, added the service provided to the config\app.php, ran…
Azeame
  • 2,322
  • 2
  • 14
  • 30
0
votes
1 answer

Shibboleth IDPv3 NameId with KerberosAuthNConfiguration

I've set up Shibboleth IDPv3 to test my SP implementation. SP sends a SAML Logon request and the user is presented with the Shibboleth IDP credentials page in which the user enters their Kerberos credentials (I've configured the Loginflow with…
0
votes
1 answer

How can I make a facade that uses a class that requires several repositories in Laravel?

I have been using Laravel for almost a year now, but I am very new to creating my own packages and using Contracts, Repositories, Facades, etc..., so please bear with me. I have having issues understanding if I am registering a facade correctly in…
Aaron Adrian
  • 521
  • 3
  • 12