Skip to content
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

problema lettura metadata IdP #9

Open
fserianni opened this issue Dec 1, 2020 · 1 comment
Open

problema lettura metadata IdP #9

fserianni opened this issue Dec 1, 2020 · 1 comment

Comments

@fserianni
Copy link

fserianni commented Dec 1, 2020

Buonasera,
dopo la scelta dell'IdP con il quale autenticarsi la libreria si blocca nella classe AuthenticationInfoExtractor nel metodo getEntityDescriptor(String entityId, ClasspathResource resource).
AbstractReloadingMetadataProvider abstractReloadingMetadataProvider = new ResourceBackedMetadataProvider(new Timer(), resource);
BasicParserPool parser = new BasicParserPool();
parser.setNamespaceAware(true);
abstractReloadingMetadataProvider.setParserPool(parser);
abstractReloadingMetadataProvider.initialize();
EntityDescriptor entityDescriptor = abstractReloadingMetadataProvider.getEntityDescriptor(entityId);

si blocca nel fare l'initialize() e va nel catch.
Come mai? il path in resource è corretto.
L'errore che mi stampa è:

org.opensaml.saml2.metadata.provider.MetadataProviderException: Unable to unmarshall metadata

Il metadata che sto utilizzando per la prova è di infocert. https://identity.infocert.it/metadata/metadata.xml

Qualcuno può aiutarmi? grazie

@peppelinux
Copy link
Member

Ciao @fserianni
hai risolto questo problema poi?
Perdona il ritardo nella risposta, questo progetto è alla ricerca di un mantainer degno di java ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants