简体   繁体   中英

Onelogin java saml for providing access

I am developing an Admin console for my application(frontend angular-js , backend java in play framework), i want to authorise it by onelogin using saml

i read onelogin development document , but it is not working , because i didn't get their sbt.

please suggest me the right direction. or any another approach, google not helping me, its only confusing me.

I did not use play or OneLogin toolkit , but I have had success with OpenSAML , OneLogin with help from: http://blog.samlsecurity.com/ .

You will need metadata from OneLogin , to be able to parse the response. Request is simple GET (unless you need special kind of request - in that case you will need to build it yourself and send as ?SAMLRequest=... base64 encoded).

Take a look at blog, there are examples of parsing response, building request, and loading/checking metadata.

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