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

Allow access to resources to anonymous users #88

Closed
wants to merge 1 commit into from

Conversation

alainbodiguel
Copy link
Contributor

No description provided.

@alainbodiguel alainbodiguel self-assigned this Dec 14, 2023
@alainbodiguel alainbodiguel changed the title Allow access to no org resources to logged-in users Allow access to resources to anonymous users Dec 14, 2023
})
.filter(Objects::nonNull)
// if the data's organisation is the org of the user
.filter(d -> idp.organisation.contains(d.getDocOrganization())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this case, we might endup fetching more zones in the case
of an anonymous idp no ?

@alainbodiguel
Copy link
Contributor Author

Cancelled, we are going for another implementation

@alainbodiguel alainbodiguel deleted the feat/getAsAnonymous branch January 9, 2024 08:53
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

Successfully merging this pull request may close these issues.

2 participants