We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Federation between Cognito and Azure Entra ID fails with SAML response error due to missing custom attribute chatbot_role in Cognito.
chatbot_role
Invalid SAML response received: Invalid user attributes: Type for attribute {custom:chatbot_role} could not be determined
The custom attribute chatbot_role is expected in the SAML response mapping but was not pre-configured in Cognito user pool.
Manually added chatbot_role custom attribute in Cognito user pool configuration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Federation between Cognito and Azure Entra ID fails with SAML response error due to missing custom attribute
chatbot_role
in Cognito.Error Message
Invalid SAML response received: Invalid user attributes: Type for attribute {custom:chatbot_role} could not be determined
Current Behavior
chatbot_role
custom attribute in CognitoRoot Cause
The custom attribute
chatbot_role
is expected in the SAML response mapping but was not pre-configured in Cognito user pool.Resolution
Manually added
chatbot_role
custom attribute in Cognito user pool configuration.The text was updated successfully, but these errors were encountered: