Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just to ask a question #4

Closed
rendhon07 opened this issue Jun 8, 2015 · 9 comments
Closed

Just to ask a question #4

rendhon07 opened this issue Jun 8, 2015 · 9 comments

Comments

@rendhon07
Copy link

Can i use this as a SP for developing laravel where im using azure ad as my IDP... hoping for reply !!

@rendhon07
Copy link
Author

php artisan config:publish is not working ''invalidargumentexception''

@aacotroneo
Copy link
Owner

'php artisan config:publish' should work (laravel 5).
And for the other question, you should really ask here: https://github.com/onelogin/php-saml as this library just helps to set that up in laravel

@rendhon07
Copy link
Author

'php artisan vendor:publish' i used instead 'php artisan config:publish' bro and it's successfully wrote saml2_settings on \config\saml2_settings.. is that the same?

@aacotroneo
Copy link
Owner

Oh yes!! you are totally right!! sorry about that. I'll fix the docs!

@rendhon07
Copy link
Author

no problem bro.!! i am only an amature in laravel .... meanwhile i had already tried the demo on onelogin\php-saml i am meeting some issues but i successfully get the response azure.. and no problem on setting the idp ... now im wondering how i can set sp section using you aacotroneo/laravel-saml2 ... in onelogin\php-saml demo the sp settings looks this

    'sp' => array (



       'entityId' => 'http://localhost/myapp',

         'assertionConsumerService' => array (
            'url' => $spBaseUrl.'/demo1/index.php?acs',

                        'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',

        ),
        'singleLogoutService' => array (
            'url' => $spBaseUrl.'/demo1/index.php?sls',
                    'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',

        ),

what is the equavalent settings now in config/saml2_settings.php??
thanks in advance.

@rendhon07
Copy link
Author

this library is very much useful .. ill tell my friends and co developers to check this out.

@rendhon07
Copy link
Author

which specific file should i call Saml2Auth::login()?

@aacotroneo
Copy link
Owner

yes, you have all the detail in the docs (https://github.com/aacotroneo/laravel-saml2#usage)

@aacotroneo
Copy link
Owner

close inactive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants