fiware spagobi api rest validate with keyrock -
i have 3 instances:
1.- app web (ubuntu instance)
2.- keyrock instance
3.- spagobi instance
my spagobi instance works validating users keyrock same app web. create reports in it. now, need these reports insert app web.
im trying use http://docs.spagobi.apiary.io/, the preview subresource option. times have modal window asking user/pass (as apache security option).
im using http://spagobi-url/spagobi/restful-services/2.0/documents/printers_visited/preview (printers visited label of document). , results:
if wrote user/pass in panel, validation dont work , tries loop.
anyone know how solve this?
the rest services provided spagobi require basic authentication, that's why see modal window asking credentials. in order avoid this, should implement sso between application , spagobi , open session in spagobi: when session opened, should able invoke rest services. pay attention fact preview subresource static (optional file), not executed report: if want execute report, should content subresource. let know, developing possibility invoke rest services providing oauth token. should available in next release.
hope helps
Comments
Post a Comment