You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the latest version of fakesp. While testing out SAML Login for both Okta and Ping, I successfully land on the "You are loggen in" page. However, if I click "Logout" I get the following error:
Error: request.uri field is required.
at RequestExecutor.executeRequest [as execute] (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/ds/RequestExecutor.js:68:11)
at doRequest (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/ds/DataStore.js:277:27)
at onCacheResult (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/ds/DataStore.js:301:5)
at Array.<anonymous> (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/cache/Cache.js:54:14)
at DisabledCache.get.DisabledCache.set.DisabledCache.delete.DisabledCache.clear.DisabledCache.size (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/cache/DisabledCache.js:11:62)
at Cache.get (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/cache/Cache.js:52:14)
at CacheHandler.getCachedResource [as get] (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/cache/CacheHandler.js:91:51)
at Object.executeRequest [as exec] (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/ds/DataStore.js:294:22)
at Object.getResource (/Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/ds/DataStore.js:122:16)
at /Users/jakubswiatczak/stormpath/fakesp/node_modules/stormpath/lib/resource/Application.js:121:17
The text was updated successfully, but these errors were encountered:
Running the latest version of fakesp. While testing out SAML Login for both Okta and Ping, I successfully land on the "You are loggen in" page. However, if I click "Logout" I get the following error:
The text was updated successfully, but these errors were encountered: