By: Mohan Venkataramana user 25 Feb 2019 at 7:41 p.m. CST

6 Responses
Mohan Venkataramana gravatar
Gluu server IDP set up and is working correctly. Trying to create a proof of concept in python. installed the oxd server in a local machine. pip install oxdpython installed without any errors. created a flask_app folder, copied the example code from oxd server to that folder, changed the config file to point to he gluu server idp. glu server idp/.well-known/openidp-configuration responding and returning the results correctly when directly queried from browser. But when demosite.py run with the command python demosite.py, I received the following: Traceback (most recent call last): File "demosite.py", line 14, in <module> oxc.register_site() File "/home/vagrant/.local/lib/python2.7/site-packages/oxdpython/client.py", line 110, in register_site raise OxdServerError(response['data']) oxdpython.exceptions.OxdServerError: oxd Server Error: no_connect_discovery_response Unable to fetch Connect discovery response /.well-known/openid-configuration Appreciate your help. Mohan.

By Yuriy Zabrovarnyy staff 26 Feb 2019 at 2:17 a.m. CST

Yuriy Zabrovarnyy gravatar
1. Please attach `oxd-server.log` file ? 2. What oxd version do you use? Thanks, Yuriy Z

By Mohan Venkataramana user 26 Feb 2019 at 3:23 a.m. CST

Mohan Venkataramana gravatar
oxd-server 3.1.4 Thanks Yuriy. Mohan.

By Yuriy Zabrovarnyy staff 26 Feb 2019 at 4:20 a.m. CST

Yuriy Zabrovarnyy gravatar
Log file please. It's hard to say anything without logs. Thanks, Yuriy Z

By Mohan Venkataramana user 26 Feb 2019 at 4:43 a.m. CST

Mohan Venkataramana gravatar
I attached the log file, but it did not go through. I also dont see ant attach icon here. Here is the content of the log file... 2019-02-25 16:33:20,888 TRACE [org.xdi.oxd.server.service.ConfigurationService] Trying to read oxd-default-site-config.json, path: /etc/oxd/oxd-se rver/oxd-default-site-config.json 2019-02-25 16:33:20,938 INFO [org.xdi.oxd.server.service.ConfigurationService] Default RP configuration loaded successfully: Rp{oxdId='null', opH ost='', opDiscoveryPath='', idToken='null', accessToken='null', authorizationRedirectUri='null', postLogoutRedirectUri='null', applicationType='nu ll', redirectUris=null, frontChannelLogoutUri=null, claimsRedirectUri=null, responseTypes=[code], clientId='null', clientRegistrationAccessToken=' null', clientRegistrationClientUri='null', clientIdIssuedAt=null, clientSecretExpiresAt=null, clientName='null', sectorIdentifierUri='null', clien tJwksUri='null', setupClient='null', setupOxdId='null', setupClientId='null', scope=[openid, profile, email], uiLocales=[en], claimsLocales=[en], acrValues=[], grantType=null, contacts=[], userId='null', userSecret='null', pat='null', patExpiresIn=0, patCreatedAt=null, patRefreshToken='null' , umaProtectedResources=[], rpt='null', rptTokenType='null', rptPct='null', rptExpiresAt=null, rptCreatedAt=null, rptUpgraded=null, tokenEndpointA uthSigningAlg=null, tokenEndpointAuthMethod=null, oxdRpProgrammingLanguage=null} 2019-02-25 16:33:21,080 DEBUG [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Schema created successfully. 2019-02-25 16:33:21,097 INFO [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Loaded 0 RPs. 2019-02-25 16:33:21,098 DEBUG [org.xdi.oxd.server.service.MigrationService] Migration source folder is not specified. 2019-02-25 16:33:21,098 DEBUG [org.xdi.oxd.server.service.MigrationService] Skip migration because migration source folder is not specified or oth erwise invalid. 2019-02-25 16:33:21,101 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start list ening for notifications. 2019-02-25 17:07:59,791 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2019-02-25 17:07:59,798 INFO [org.xdi.oxd.server.ServerLauncher] commit: 84359142061ec234d40d30149bfd6aeb81c10024, branch: origin/version_3.1.4, build time:26.10.2018 @ 12:16:48 EDT 2019-02-25 17:07:59,844 DEBUG [org.xdi.oxd.server.ServerLauncher] BC registered: false 2019-02-25 17:07:59,915 DEBUG [org.xdi.oxd.server.ServerLauncher] Registered BC successfully. 2019-02-25 17:08:00,080 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: /etc/oxd/oxd-server/oxd-conf.json 2019-02-25 17:08:00,224 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server .config. 2019-02-25 17:08:00,224 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, regist erClientAppType='web', registerClientResponesType='code', localhostOnly=true, useClientAuthenticationForPat=true, trustAllCerts=true, keyStorePath ='', keyStorePassword='', cryptProviderKeyStorePath='', cryptProviderKeyStorePassword='', cryptProviderDnName='', supportGoogleLogout=true, stateE xpirationInMinutes=5, nonceExpirationInMinutes=5, publicOpKeyCacheExpirationInMinutes=60, protectCommandsWithAccessToken=false, uma2AuthRegisterCl aimsGatheringEndpointAsRedirectUriOfClient=true, migrationSourceFolderPath='', storage='h2', storageConfiguration={"dbFileLocation":"/opt/oxd-serv er/data/oxd_db"}} 2019-02-25 17:08:00,224 TRACE [org.xdi.oxd.server.service.ConfigurationService] Trying to read oxd-default-site-config.json, path: /etc/oxd/oxd-se rver/oxd-default-site-config.json 2019-02-25 17:08:00,295 INFO [org.xdi.oxd.server.service.ConfigurationService] Default RP configuration loaded successfully: Rp{oxdId='null', opH ost='', opDiscoveryPath='', idToken='null', accessToken='null', authorizationRedirectUri='null', postLogoutRedirectUri='null', applicationType='nu ll', redirectUris=null, frontChannelLogoutUri=null, claimsRedirectUri=null, responseTypes=[code], clientId='null', clientRegistrationAccessToken=' null', clientRegistrationClientUri='null', clientIdIssuedAt=null, clientSecretExpiresAt=null, clientName='null', sectorIdentifierUri='null', clien tJwksUri='null', setupClient='null', setupOxdId='null', setupClientId='null', scope=[openid, profile, email], uiLocales=[en], claimsLocales=[en], acrValues=[], grantType=null, contacts=[], userId='null', userSecret='null', pat='null', patExpiresIn=0, patCreatedAt=null, patRefreshToken='null' , umaProtectedResources=[], rpt='null', rptTokenType='null', rptPct='null', rptExpiresAt=null, rptCreatedAt=null, rptUpgraded=null, tokenEndpointA uthSigningAlg=null, tokenEndpointAuthMethod=null, oxdRpProgrammingLanguage=null} 2019-02-25 17:08:00,452 DEBUG [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Schema created successfully. 2019-02-25 17:08:00,491 INFO [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Loaded 0 RPs. 2019-02-25 17:08:00,491 DEBUG [org.xdi.oxd.server.service.MigrationService] Migration source folder is not specified. 2019-02-25 17:08:00,491 DEBUG [org.xdi.oxd.server.service.MigrationService] Skip migration because migration source folder is not specified or oth erwise invalid. 2019-02-25 17:08:00,494 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start list ening for notifications. 2019-02-25 17:08:45,974 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2019-02-25 17:08:45,977 INFO [org.xdi.oxd.server.ServerLauncher] commit: 84359142061ec234d40d30149bfd6aeb81c10024, branch: origin/version_3.1.4, build time:26.10.2018 @ 12:16:48 EDT 2019-02-25 17:08:46,001 DEBUG [org.xdi.oxd.server.ServerLauncher] BC registered: false 2019-02-25 17:08:46,071 DEBUG [org.xdi.oxd.server.ServerLauncher] Registered BC successfully. 2019-02-25 17:08:46,154 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: /etc/oxd/oxd-server/oxd-conf.json 2019-02-25 17:08:46,264 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server .config. 2019-02-25 17:08:46,264 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, regist erClientAppType='web', registerClientResponesType='code', localhostOnly=true, useClientAuthenticationForPat=true, trustAllCerts=true, keyStorePath ='', keyStorePassword='', cryptProviderKeyStorePath='', cryptProviderKeyStorePassword='', cryptProviderDnName='', supportGoogleLogout=true, stateE xpirationInMinutes=5, nonceExpirationInMinutes=5, publicOpKeyCacheExpirationInMinutes=60, protectCommandsWithAccessToken=false, uma2AuthRegisterCl aimsGatheringEndpointAsRedirectUriOfClient=true, migrationSourceFolderPath='', storage='h2', storageConfiguration={"dbFileLocation":"/opt/oxd-serv er/data/oxd_db"}} 2019-02-25 17:08:46,264 TRACE [org.xdi.oxd.server.service.ConfigurationService] Trying to read oxd-default-site-config.json, path: /etc/oxd/oxd-se rver/oxd-default-site-config.json 2019-02-25 17:08:46,319 INFO [org.xdi.oxd.server.service.ConfigurationService] Default RP configuration loaded successfully: Rp{oxdId='null', opH ost='', opDiscoveryPath='', idToken='null', accessToken='null', authorizationRedirectUri='null', postLogoutRedirectUri='null', applicationType='nu ll', redirectUris=null, frontChannelLogoutUri=null, claimsRedirectUri=null, responseTypes=[code], clientId='null', clientRegistrationAccessToken=' null', clientRegistrationClientUri='null', clientIdIssuedAt=null, clientSecretExpiresAt=null, clientName='null', sectorIdentifierUri='null', clien tJwksUri='null', setupClient='null', setupOxdId='null', setupClientId='null', scope=[openid, profile, email], uiLocales=[en], claimsLocales=[en], acrValues=[], grantType=null, contacts=[], userId='null', userSecret='null', pat='null', patExpiresIn=0, patCreatedAt=null, patRefreshToken='null' , umaProtectedResources=[], rpt='null', rptTokenType='null', rptPct='null', rptExpiresAt=null, rptCreatedAt=null, rptUpgraded=null, tokenEndpointA uthSigningAlg=null, tokenEndpointAuthMethod=null, oxdRpProgrammingLanguage=null} 2019-02-25 17:08:46,453 DEBUG [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Schema created successfully. 2019-02-25 17:08:46,469 INFO [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Loaded 0 RPs. 2019-02-25 17:08:46,469 DEBUG [org.xdi.oxd.server.service.MigrationService] Migration source folder is not specified. 2019-02-25 17:08:46,469 DEBUG [org.xdi.oxd.server.service.MigrationService] Skip migration because migration source folder is not specified or oth erwise invalid. 2019-02-25 17:08:46,472 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start list ening for notifications. 2019-02-25 17:17:47,818 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2019-02-25 17:17:47,821 INFO [org.xdi.oxd.server.ServerLauncher] commit: 84359142061ec234d40d30149bfd6aeb81c10024, branch: origin/version_3.1.4, build time:26.10.2018 @ 12:16:48 EDT 2019-02-25 17:17:47,846 DEBUG [org.xdi.oxd.server.ServerLauncher] BC registered: false 2019-02-25 17:17:47,929 DEBUG [org.xdi.oxd.server.ServerLauncher] Registered BC successfully. 2019-02-25 17:17:48,018 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: /etc/oxd/oxd-server/oxd-conf.json 2019-02-25 17:17:48,133 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server .config. 2019-02-25 17:17:48,133 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, regist erClientAppType='web', registerClientResponesType='code', localhostOnly=true, useClientAuthenticationForPat=true, trustAllCerts=true, keyStorePath ='', keyStorePassword='', cryptProviderKeyStorePath='', cryptProviderKeyStorePassword='', cryptProviderDnName='', supportGoogleLogout=true, stateE xpirationInMinutes=5, nonceExpirationInMinutes=5, publicOpKeyCacheExpirationInMinutes=60, protectCommandsWithAccessToken=false, uma2AuthRegisterCl aimsGatheringEndpointAsRedirectUriOfClient=true, migrationSourceFolderPath='', storage='h2', storageConfiguration={"dbFileLocation":"/opt/oxd-serv er/data/oxd_db"}} 2019-02-25 17:17:48,133 TRACE [org.xdi.oxd.server.service.ConfigurationService] Trying to read oxd-default-site-config.json, path: /etc/oxd/oxd-se rver/oxd-default-site-config.json 2019-02-25 17:17:48,189 INFO [org.xdi.oxd.server.service.ConfigurationService] Default RP configuration loaded successfully: Rp{oxdId='null', opH ost='https://idp.mohan1.ipac.caltech.edu', opDiscoveryPath='', idToken='null', accessToken='null', authorizationRedirectUri='null', postLogoutRedi rectUri='null', applicationType='null', redirectUris=null, frontChannelLogoutUri=null, claimsRedirectUri=null, responseTypes=[code], clientId='nul l', clientRegistrationAccessToken='null', clientRegistrationClientUri='null', clientIdIssuedAt=null, clientSecretExpiresAt=null, clientName='null' , sectorIdentifierUri='null', clientJwksUri='null', setupClient='null', setupOxdId='null', setupClientId='null', scope=[openid, profile, email], u iLocales=[en], claimsLocales=[en], acrValues=[], grantType=null, contacts=[], userId='null', userSecret='null', pat='null', patExpiresIn=0, patCre atedAt=null, patRefreshToken='null', umaProtectedResources=[], rpt='null', rptTokenType='null', rptPct='null', rptExpiresAt=null, rptCreatedAt=nul l, rptUpgraded=null, tokenEndpointAuthSigningAlg=null, tokenEndpointAuthMethod=null, oxdRpProgrammingLanguage=null} 2019-02-25 17:17:48,337 DEBUG [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Schema created successfully. 2019-02-25 17:17:48,353 INFO [org.xdi.oxd.server.persistence.SqlPersistenceServiceImpl] Loaded 0 RPs. 2019-02-25 17:17:48,354 DEBUG [org.xdi.oxd.server.service.MigrationService] Migration source folder is not specified. 2019-02-25 17:17:48,354 DEBUG [org.xdi.oxd.server.service.MigrationService] Skip migration because migration source folder is not specified or oth erwise invalid. 2019-02-25 17:17:48,356 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start list ening for notifications. 2019-02-25 17:19:19,798 TRACE [org.xdi.oxd.server.SocketProcessor] Socket processor handling... 2019-02-25 17:19:19,798 TRACE [org.xdi.oxd.server.Processor] Command: {"params": {"authorization_redirect_uri": "https://mohan.ipac.caltech.edu:80 10/login_callback/", "client_name": "oxdpython Flask Example App", "grant_types": ["authorization_code", "client_credentials", "uma_ticket"], "pos t_logout_redirect_uri": "https://mohan.ipac.caltech.edu:8010/post_logout/", "client_frontchannel_logout_uris": ["https://mohan.ipac.caltech.edu:80 10/logout_callback/"], "scope": ["openid", "profile", "email", "uma_authorization", "uma_protection", "user_name", "clientinfo"], "op_host": "http s://idp.mohan1.ipac.caltech.edu", "oxd_rp_programming_language": "python"}, "command": "register_site"} 2019-02-25 17:19:19,832 TRACE [org.xdi.oxd.server.op.RegisterSiteOperation] Skip auto registration of claims interaction endpoint as redirect_uri because OP host for different uri's is different which will not pass AS redirect_uri's validation (same host must be present). 2019-02-25 17:19:19,832 INFO [org.xdi.oxd.server.op.RegisterSiteOperation] Creating RP ... 2019-02-25 17:19:19,894 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2019-02-25 17:19:20,122 ERROR [org.xdi.oxauth.client.OpenIdConfigurationClient] idp.mohan1.ipac.caltech.edu: Name or service not known java.net.UnknownHostException: idp.mohan1.ipac.caltech.edu: Name or service not known at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324) at java.net.InetAddress.getAllByName0(InetAddress.java:1277) at java.net.InetAddress.getAllByName(InetAddress.java:1193) at java.net.InetAddress.getAllByName(InetAddress.java:1127) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:278) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:162) at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805) at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:195) at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:439) at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:686) at org.jboss.resteasy.client.ClientRequest.get(ClientRequest.java:478) at org.jboss.resteasy.client.ClientRequest.get(ClientRequest.java:512) at org.xdi.oxauth.client.OpenIdConfigurationClient._execOpenIdConfiguration(OpenIdConfigurationClient.java:74) at org.xdi.oxauth.client.OpenIdConfigurationClient.execOpenIdConfiguration(OpenIdConfigurationClient.java:50) at org.xdi.oxd.server.service.DiscoveryService.getConnectDiscoveryResponse(DiscoveryService.java:70) at org.xdi.oxd.server.op.RegisterSiteOperation.registerClient(RegisterSiteOperation.java:261) at org.xdi.oxd.server.op.RegisterSiteOperation.persistRp(RegisterSiteOperation.java:240) at org.xdi.oxd.server.op.RegisterSiteOperation.execute_(RegisterSiteOperation.java:67) at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:103) at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:46) at org.xdi.oxd.server.Processor.process(Processor.java:74) at org.xdi.oxd.server.Processor.process(Processor.java:49) at org.xdi.oxd.server.SocketProcessor.run(SocketProcessor.java:55) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2019-02-25 17:19:20,124 ERROR [org.xdi.oxd.server.service.DiscoveryService] java.lang.NullPointerException at org.xdi.oxd.server.service.DiscoveryService.getConnectDiscoveryResponse(DiscoveryService.java:71) at org.xdi.oxd.server.op.RegisterSiteOperation.registerClient(RegisterSiteOperation.java:261) at org.xdi.oxd.server.op.RegisterSiteOperation.persistRp(RegisterSiteOperation.java:240) at org.xdi.oxd.server.op.RegisterSiteOperation.execute_(RegisterSiteOperation.java:67) at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:103) at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:46) at org.xdi.oxd.server.Processor.process(Processor.java:74) at org.xdi.oxd.server.Processor.process(Processor.java:49) at org.xdi.oxd.server.SocketProcessor.run(SocketProcessor.java:55) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2019-02-25 17:19:20,125 ERROR [org.xdi.oxd.server.service.DiscoveryService] Unable to fetch discovery information for op_host: https://idp.mohan1. ipac.caltech.edu 2019-02-25 17:19:20,127 ERROR [org.xdi.oxd.server.Processor] ErrorResponseException{errorResponseCode=ErrorResponseCode{value='no_connect_discovery_response', description='Unable to fetch Connect discovery r esponse /.well-known/openid-configuration'}} at org.xdi.oxd.server.service.DiscoveryService.getConnectDiscoveryResponse(DiscoveryService.java:82) at org.xdi.oxd.server.op.RegisterSiteOperation.registerClient(RegisterSiteOperation.java:261) at org.xdi.oxd.server.op.RegisterSiteOperation.persistRp(RegisterSiteOperation.java:240) at org.xdi.oxd.server.op.RegisterSiteOperation.execute_(RegisterSiteOperation.java:67) at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:103) at org.xdi.oxd.server.op.RegisterSiteOperation.execute(RegisterSiteOperation.java:46) at org.xdi.oxd.server.Processor.process(Processor.java:74) at org.xdi.oxd.server.Processor.process(Processor.java:49) at org.xdi.oxd.server.SocketProcessor.run(SocketProcessor.java:55) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 2019-02-25 17:19:20,142 TRACE [org.xdi.oxd.server.Processor] Send back response: {"status":"error","data":{"error":"no_connect_discovery_response" ,"details":null,"error_description":"Unable to fetch Connect discovery response /.well-known/openid-configuration"}} 2019-02-25 17:19:20,142 TRACE [org.xdi.oxd.server.SocketProcessor] Socket processor handling... 2019-02-25 17:19:20,150 TRACE [org.xdi.oxd.server.SocketProcessor] Quit. Read result is null or command string is blank.

By Mohan Venkataramana user 26 Feb 2019 at 4:49 a.m. CST

Mohan Venkataramana gravatar
Hi, the space in the uri's in log file are due to my cutting and pasting the text and line breaks in log files. The configuration file strings do not have spaces.

By Yuriy Zabrovarnyy staff 26 Feb 2019 at 8:21 a.m. CST

Yuriy Zabrovarnyy gravatar
As said in logs, it can't resolve DNS name `idp.mohan1.ipac.caltech.edu`. What do you see in browser if you hit `https://idp.mohan1.ipac.caltech.edu/.well-known/openid-configuration`? I guess it is caused by `80 10` port. If you configure correctly AS to reply on `https://idp.mohan1.ipac.caltech.edu/.well-known/openid-configuration` then all should work. Thanks, Yuriy Z