0
我在Okta中創建了SAML 2.0模板,並在我的應用程序配置中複製了元數據URL。但是我得到404錯誤。我也嘗試通過瀏覽器訪問URL,它確實給了我404錯誤。有沒有人有這個問題?我試圖在互聯網上搜索它,並沒有看到任何解決方案。想知道設置是否有問題。令人驚訝的是,在文件中下載元數據並使用基於文件的元數據配置工作正常。任何猜測這裏可能會發生什麼?404通過URL訪問Okta IdP元數據時出錯
使用URL時,我還會看到xml解析器異常。
2016-11-02 13:22:48,905 [localhost-startStop-1] ERROR org.opensaml.xml.parse.StaticBasicParserPool - XML Parsing Error
org.xml.sax.SAXParseException; lineNumber: 35; columnNumber: 3; The element type "meta" must be terminated by the matching end-tag "</meta>".
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
.