Zum Hauptinhalt gehen

Logins: Older vs New

Kommentare

1 Kommentar

  • Permanently deleted user
    Got some help for our local support on this one...

     

    We needed to add in a timeout option in the Security Store Editor settings file, in this case 120 seconds.

     

    <ServiceDetails xmlns="clr-namespace:Geocortex.Platform.Security.Integration.IdentityServer">

     

        <GrantLifeSpan>P1D</GrantLifeSpan>

     

        <StateLifeSpan>PT120S</StateLifeSpan>

     

        <DisplayName>Geocortex Identity Server</DisplayName>

     

        <ServiceAddress>http:/xxxxx/Geocortex/IdentityServer</ServiceAddress>

     

        <ServiceName>http://xxxxx.vic.gov.au/geocortex/identityserver</ServiceName>

     

        <ServiceSecret>ZusTrNfpNSeNaJnSd9QtlHVovVqB9Ysud7QYt31+khw=</ServiceSecret>

     

     ..

     

      </ServiceDetails>

     

    Each time we close, and then open the browser, we get prompted to login.

     

    To have the application prompt  for a login before the page loads, we needed to change our Launch URL, as defined on page 37/38 of the 2.4 Silverlight Admin and development guide.

     

    with the identity server, we use something along the lines of:

     

    http://xxxx/Geocortex/Essentials/REST/security/signIn?token_

     

    type=fragment&idp=urn:gcx:idp:3C5EB560-8251-4718-B91F-CB0CD6F67FCD&app=http://xxxx/gvs/?Viewer=Bushfire

     

     
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.