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
If AWS Cognito ALB SP supports signing requests then we don't have to add callback URLs (assertion consumer service). It doesn't mention how to provide public key to Stanford IdP.
Need to map eduPersonEntitlement (see here) and then authorize based on that
Cognito might not be able to do authz because it doesn't support challenges for federated authn. But, we can instead just return an error in post-authn lambda. Errors will cause authn to fail
The text was updated successfully, but these errors were encountered:
Resources:
Steps:
The text was updated successfully, but these errors were encountered: