Skip to main content

All Questions

0 votes
1 answer
1k views

Passing sessionstorage item into a link JavaScript or HTML

I am trying to create a single sign in, and far as I can think this would probably be the best. My backend receives the request, checks for email, creates a JWToken and adds it to a link sent per ...
Ryan Reddy's user avatar
-1 votes
1 answer
471 views

Is there a way to use Single Sign On(SSO) with my-website's account on other websites? [closed]

So I want to make an app store like Epic Games(let's name it "AB"). I want that the game developers can integrate my website with their games so they can provide a "Login With AB" ...
Anshumaan Mishra's user avatar
4 votes
1 answer
151 views

Script to automate the passing credentials to next page

I have one URL which asks me to " click here to login" then the next page loads. once the next page loads I need to pass the credential. tried below script but didn't work document....
MasterPlayer's user avatar
1 vote
1 answer
70 views

Tracing a button in ExtJS

I'm a network engineer and trying to provide an SSO method on a web page. Working on SSO projects i find myself in a continuously learning circle and so far i learnt many things like basic html, js ...
Jin Hitman's user avatar
1 vote
0 answers
38 views

Do two redirects in a web page

I am looking for ideas on how to do two redirects. It is actually to get around a weak point of an add-on that is supposed to do sso (single signon). Instead, the free MS Azure add-on for Jira/...
archcutbank's user avatar
1 vote
0 answers
98 views

Javascript cross-origin redirection in JS modul

I'm trying to import a js file in module Tag in HTML, like this: <script type="module"> import something from "./someotherthing.js"; </script> In our organization we have a SSO - ...
Tim Dreier's user avatar
0 votes
1 answer
907 views

Getting SSO user's id or name from JavaScript

I'm hosting a small portal application using Apache with SSO - is there any way to display (like: present on the web page) user's SSO login/name once they are authenticated and using the portal page? ...
Nieumysl's user avatar
  • 109
2 votes
0 answers
3k views

Failed to execute 'atob' on 'Window'The string to be decoded is not correctly encoded

Here, In my code res is my variable name and i am trying to stringify them using sso atob but i am not able to do this because of this below error which i am facing. var baseUrl = window....
Akash Khapare's user avatar
0 votes
1 answer
147 views

SAML2.0 Assertion for html5/js based app deployed to tomcat 8.0

We have a requirement to configure SSO for a html5/js based Web App that is going to run on Tomcat 8.0. Could someone point me in the right direction to proceed.. We have our own IdP for our ...
Manisankar's user avatar
20 votes
4 answers
22k views

HTML PHP google single sign on signout will throw "Cannot read property 'getAuthInstance' of undefined"

I have created google single sign on by following steps mentioned in https://developers.google.com/identity/sign-in/web/sign-in The sign in works like a charm but when i try to integrate sign out ...
manu g's user avatar
  • 201
1 vote
1 answer
1k views

Authenticate Moodle User from external website

I have been building a mobile-web-app in HTML5/JQuery and as part of this app I need to require users to log in to Moodle on the app. Unfortunately I have no idea how to do this. I'm not sure if I ...
Jamie McAllister's user avatar
1 vote
0 answers
337 views

SSO authentication for viewing a HTML page running on Apache Tomcat

We have a Web Application which have HTML 5 page to see the messages in realtime through websocket connection to our servers.Making websocket connection and showing the graphs work well,HTML5 page ...
user3930361's user avatar
37 votes
1 answer
3k views

Stackoverflow's use of localstorage for Authorization seems unsafe. Is this correct else how do we strengthen it?

I have been working on a Authentication and authorization module similar to how stackexchange is in place. Now I am sure they use a certain model of oAuth or a token generation server that authorizes ...
Shouvik's user avatar
  • 11.6k
7 votes
0 answers
2k views

How to perform safe Single Sign On (SSO) in an html iframe

Currently, an IDP (IDentity Provider) often doesn't allow SSO through an Iframe for security reasons (through Javascript you could capture the login/password in the main page). How could a SSO be ...
edbras's user avatar
  • 4,294
-4 votes
3 answers
951 views

Disqus Read-Only Comments

I am using Disqus Comments with JavaScript Embed Code and PHP Single Sign-On on a webpage of mine. I want to make it so that users who are not logged in can only view comments, but not actually ...
VCNinc's user avatar
  • 757

15 30 50 per page