-
Notifications
You must be signed in to change notification settings - Fork 604
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
KeyNotFoundException in case of omitted optional Issuer tag #477
Comments
You're right that the issuer field is optional. I'm marking this as a bug. |
Hi, in Id3 Mvc Authentication startup
Pls help to resolve the idp dictionary issue. even dictionary has the same EntityId.Id but not able to fetch the idp for given entityId object; btw the GetHashCode()s were different for entityId.Id and dictionary.FirstOrDefault().Key.Id; Kindly guide me... |
@saurabh12231978 The config is case sensitive. In your config it's Also you should remove the |
Thank you very much Anders, Its working fine till Id3->signInMessage.IdP.IsPresent(); after that I am struggling a bit. https://github.com/Sustainsys/Saml2/blob/master/doc/IdentityServer3Okta.md http://stackoverflow.link/question/43671537 |
In case when /Response/Issuer attribute is missing, Kentor throws KeyNotFoundException.
This response works:
This one not:
Stacktrace:
This attribute is optional: https://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd
So, Kentor should work even if it's not defined.
The text was updated successfully, but these errors were encountered: