Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rSAFor access not get propagated to subdomains and require separate call for each subdomain #41

Open
ilipkind opened this issue Feb 15, 2024 · 1 comment

Comments

@ilipkind
Copy link

Hello,

We noticed if iframe needed access to number of subdomains for primary site example.com like a.example.com and b.example.com calling rSAFor just for example.com is not sufficient and we need to request separate SAA for rSAFor(a.example.com) and rSAFor(b.example.com). Luckily we can reuse the same user gesture for all rSAFor() requests but ideally we would like to call rSAFor() only for a parent domain in RWS instead of accomodate for each subdomain.

@johannhof
Copy link
Member

@cfredric and I discussed this and think it's reasonable to make at least the iframe (rSA) grants from rSAFor have site scope to be consistent with normal rSA grants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants