-
Notifications
You must be signed in to change notification settings - Fork 38
spid response issue #339
Comments
Are you using spid-django? |
no i think i have flask |
probably a https requet over a http endpoint is going to happen |
yes, so how can i check the response from spid/acs route
…On Tue, Apr 20, 2021 at 12:30 PM Giuseppe De Marco ***@***.***> wrote:
probably a https requet over a http endpoint is going to happen
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#339 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATSZVBLK35G4LTEPNDTVXQLTJURB3ANCNFSM43HNEVLA>
.
|
yes, so how can i check the response from spid/acs route
please help for the same.
thank you
…On Tue, Apr 20, 2021 at 12:33 PM Asif Shaikh ***@***.***> wrote:
yes, so how can i check the response from spid/acs route
On Tue, Apr 20, 2021 at 12:30 PM Giuseppe De Marco <
***@***.***> wrote:
> probably a https requet over a http endpoint is going to happen
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#339 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ATSZVBLK35G4LTEPNDTVXQLTJURB3ANCNFSM43HNEVLA>
> .
>
|
in the metadata of your sp, configured in spid-testenv2, you should check the acs endpoint, is it on https? |
i got the following error when i login with test credentials in test
servers 8088
[image: Screenshot from 2021-04-20 11-16-09.png]
and when i click on send it return following error
[image: Screenshot from 2021-04-20 10-28-26.png]
i set the sp credentials
entity id
sp crt
sp key
in spid-auth.php
nothing in spid_saml.php
entity id & idp.crt in spid-idps.php
in my project
and in test-env2 project i added the sp_metadata.xml with entityid , Id ,
sp.key and sp.crt
so is anything i missing ?
please help for the same
thank you
…On Tue, Apr 20, 2021 at 12:44 PM Giuseppe De Marco ***@***.***> wrote:
in the metadata of your sp, configured in spid-testenv2, you should check
the acs endpoint, is it on https?
please change your endpoint configuration in the SP conf, so that you'll
give a metadata with correct urls
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#339 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATSZVBPCAAHALPEIT7ITUMTTJUSUZANCNFSM43HNEVLA>
.
|
[image: Screenshot from 2021-04-20 12-55-29.png]
i set the http in xml
…On Tue, Apr 20, 2021 at 12:54 PM Asif Shaikh ***@***.***> wrote:
i got the following error when i login with test credentials in test
servers 8088
[image: Screenshot from 2021-04-20 11-16-09.png]
and when i click on send it return following error
[image: Screenshot from 2021-04-20 10-28-26.png]
i set the sp credentials
entity id
sp crt
sp key
in spid-auth.php
nothing in spid_saml.php
entity id & idp.crt in spid-idps.php
in my project
and in test-env2 project i added the sp_metadata.xml with entityid , Id ,
sp.key and sp.crt
so is anything i missing ?
please help for the same
thank you
On Tue, Apr 20, 2021 at 12:44 PM Giuseppe De Marco <
***@***.***> wrote:
> in the metadata of your sp, configured in spid-testenv2, you should check
> the acs endpoint, is it on https?
> please change your endpoint configuration in the SP conf, so that you'll
> give a metadata with correct urls
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#339 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ATSZVBPCAAHALPEIT7ITUMTTJUSUZANCNFSM43HNEVLA>
> .
>
|
i am actually testing the spid authentication in my local 8000 with 8088 testenv server metadata of your sp, configured in spid-testenv2 : <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://localhost:8000/spid/acs" index="0" isDefault="true"/> Where should i set this acs url : please help form the same thank you |
These questions are related to SP project you're using and not to spid-testenv2, which sp spid library are you using? |
italia/spid-laravel this laravel package i am using |
Hello
post request : http://localhost:8000/spid/acs
Malformed request: idp value not present or wrong (this is likely due to a non-https request)
please help
Thank you
The text was updated successfully, but these errors were encountered: