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
Let's say if I have a query I have marked authentication required and then I make it into sse based live query. Does the auth requirement gets evaluated on every polling? Also if multiple consumers subscribe to same auth required live query, does it get evaluated separately for each?
If I somehow trigger session revoke from backend of my OIDC provider, will it stop the returning of result to me?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's say if I have a query I have marked authentication required and then I make it into sse based live query. Does the auth requirement gets evaluated on every polling? Also if multiple consumers subscribe to same auth required live query, does it get evaluated separately for each?
If I somehow trigger session revoke from backend of my OIDC provider, will it stop the returning of result to me?
Beta Was this translation helpful? Give feedback.
All reactions