-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Document XMLObject retreival for Asserting Party metadata #12667
Comments
I am getting an error when doing the cast to
I am loading the repo with the following code (based on the refreshable example)
|
|
@stnor, it's the other way around. See the code that uses |
Right, that makes sense to me. I'm a bit tired here, but as I was looking at the code I couldnt see that this would ever work :D |
@stnor, I'll go ahead and submit a fix. Some of the 5.x deprecations in |
@stnor, I've pushed a change. The snapshots should be available momentarily. Will you please confirm the version you are using and that the fix works for you? |
Yup, works on 5.8.2-SNAPSHOT. Thanks! |
Related to #12664
An application using
RelyingPartyRegistrations
can retrieve the underlying OpenSAML XMLObject for each asserting party like so:This should be documented in on SAML Metadata reference page.
Since this feature is available as of 5.7, please add the documentation on the
5.7.x
branch.The text was updated successfully, but these errors were encountered: