Bug 1175549 - tag AuthenticatingAuthority is not recognised by the parser
Summary: tag AuthenticatingAuthority is not recognised by the parser
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: PicketLink
Version: 6.3.1
Hardware: All
OS: All
unspecified
high
Target Milestone: ER2
: EAP 6.4.0
Assignee: Peter Skopek
QA Contact: Pavel Slavicek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-18 01:47 UTC by Kunjan Rathod
Modified: 2020-01-29 14:43 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:
pskopek: needinfo-


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker PLINK-650 0 Major Resolved tag AuthenticatingAuthority is not recognised by the parser 2020-01-29 14:42:00 UTC

Description Kunjan Rathod 2014-12-18 01:47:57 UTC
Description of problem:
AuthenticatingAuthority is a valid tag inside AuthnContext Type (inside the AuthnStatement) but the parser is not recognizing it:
11:50:08,292 ERROR [org.picketlink.identity.federation] (http-test.com/1.2.3.4:8080-3) PLFED000263: Service Provider could not handle the request.: java.lang.RuntimeException: PLFED000062: Parser : Unknown tag: AuthenticatingAuthority ::location= [row,col
{unknown-source}
]: [19,1606]
at org.picketlink.identity.federation.PicketLinkLoggerImpl.parserUnknownTag(PicketLinkLoggerImpl.java:218) [picketlink-jbas7.jar:2.1.6.3.Final-redhat-2]
at org.picketlink.identity.federation.core.parsers.util.SAMLParserUtil.parseAuthnContextType(SAMLParserUtil.java:462) [picketlink-core.jar:2.1.6.3.Final-redhat-2]
at org.picketlink.identity.federation.core.parsers.util.SAMLParserUtil.parseAuthnStatement(SAMLParserUtil.java:386) [picketlink-core.jar:2.1.6.3.Final-redhat-2]
at org.picketlink.identity.federation.core.parsers.saml.SAMLAssertionParser.parse(SAMLAssertionParser.java:142) [picketlink-core.jar:2.1.6.3.Final-redhat-2]

Version-Release number of selected component (if applicable):




Steps to Reproduce:
Using picketlink SP + the sales quickstart, with the a different IDP.
This IDP delivers the valid AuthenticatingAuthority tag which the class
modules/federation/src/main/java/org/picketlink/identity/federation/core/parsers/util/SAMLParserUtil.java
does not recognise; see function:
public static AuthnContextType parseAuthnContextType(XMLEventReader xmlEventReader) throws ParsingException {

Comment 4 Ondrej Kotek 2015-02-12 14:24:03 UTC
Verified in EAP 6.4.0.ER2


Note You need to log in before you can comment on or make changes to this bug.