Skip to main content

All Questions

3 votes
3 answers
4k views

How to access Shibboleth SP Attributes in AngularJS Application

I am new to SSO as well as Shibboleth. I have successfully implemented Shibboleth SP on an Apache Server. The user is getting authenticated against IDP whenever the user tries to access a protected ...
Ankit Prajapati's user avatar
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
1k views

SSO With AngularJS, get user details

Consider this scenario: I hit a AngularJS based UI url which is SSO protected in a new browser window, for eg. https://somedev.domain.com This makes a GET request to the above url. Now, the browser ...
A.I's user avatar
  • 1,438
0 votes
1 answer
237 views

Disqus SSO not working - Disqus Docs seems to be deprecated

I want to integrate SSO with Disqus on my website. I've got my remote_auth_s3 and my public_api_key set. I can see them in threadDetails.json query Headers (X-Disqus-Publisher-API-Key and X-Disqus-...
Cyril's user avatar
  • 136
0 votes
0 answers
59 views

AngularJs, SSO with get files

I'm developing an web with AngularJs and a restful backend. The application requires secure login (all, good, this has been done with a token that expires every X minutes) but we have problems with ...
Fabiot's user avatar
  • 449
1 vote
0 answers
48 views

How to download large files from secure server with angularJS without storing whole file in browser? [duplicate]

I need to allow user to download a lot of files from server secured by Oauth. The server expects to get Authorization header with value 'Bearer <token>' The server is written in java + spring ...
Areinu's user avatar
  • 172