简体   繁体   中英

Java ADFS SSO migration

I to migrate my application to ADFS SSO.The flow is simple. Our application needs to get information from ADFS and send it to my server. I have no access to the ADFS. I have written a little application to test communication with ADFS, it uses OneLogin and it is deployed on Azure Ubuntu VM machine. But when I try to redirect to the ADFS server it says : "An error occurred. Contact your administrator for more information.". I guess it is because ADFS needs to know about my application. What information do I need to give to ADFS administration so that we can communicate? My app has no spring.

What client side protocol stack are you using?

SAML, WS-Fed, ... ?

Do you have protocol metadata you can give the admin.?

What error is showing in the ADFS event log?

Update

You need a client side stack - SAML : SAML connectivity / toolkit .

From the ADFS metadata, you need the signing certificate, the entityID and the SSO and SLO endpoints.

You add these to the config. options of whatever stack you choose.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM