aacotroneo / laravel-saml2

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADFS on premises with Laravel App and generation of Metafile

adydev15 opened this issue · comments

I've requirement of configuration of ADFS on premises with an Laravel application. In first I understood that it may be ADFS Azure but we had clarification that they don't need it with ADFS azure but ADFS on premises. ADFS on premises is new to me i don't have idea how that can be used with Laravel.

As part of requirement they told me I need to generate some meta file i am using https://github.com/aacotroneo/laravel-saml2 it has route to generate metafile but dont understand if that will do the work.

After some searching i found a blog https://adsy2010.blogspot.com/2018/04/laravel-simplesaml-with-adfs-setup.html which explains the same

But I didn't understand from where we can use ADFS console.How it is going to be integrated ? I am kind of stuck with this

Any help on this would be appreciated.

Thanks in Advance