Cognos authentication using Custom Java Provider problem - cognos

I've write a Cognos authentication using Custom Java Provider which is working well for Analytics server.
When I use windows clients (Report Framework Manager and Dynamic cube and Transformer) to login Analytics server,
they did redirect to my custom login page. But no SSO effect.
How to use the Custom Java Provider in Report Framework Manager and Dynamic cube and Transformer.
Anyone who did this before can give me some tips ?
What should I set or config ?

Related

Are there any Logic App connectors for Oracle Fusion ERP?

Are there any Logic App connectors for Oracle Fusion ERP?
I've checked the Microsoft list and can only find the Oracle Database connector, which seems amazing.
Alternatively, has one one created a custom connector?
Seems you are looking Oracle Fusion ERP connector on azure logic app right?
Unfortunately it is not available right now.
But you can create custom connector on Azure Logic App as it has full customized functionality. You could integrate your API, manage your data type, set own business logic and many more. Let's have a look how you could create Custom Connector
Step:1
Browse to Azure portal and click on All services and search Custom connector Like below
Step:2
Select Logic Apps Custom Connector and Add your custom connector as you like. See the below screen shot.
Step:3
Step:4
Step:5
You can even check your Custom Connector validation on portal.
Note: If you need full process integration guidelines you could check here
If you still have any question please feel free to share. Thanks and happy coding!

How do add a custom http module to a running Azure Webapp programmatically?

I have a custom http module (.DLL developed in .NET) that I'd like to add /programmatically/ to a running Azure Web App. I have access to management certificate or ARM token that WebApp is running under. I'm using .NET code to talk to Azure Management API, so examples with their Management libraries are preferred
I've looked at the client.WebSites.UpdateConfiguration call and its HandlerMappings property, but these look to be Website extensions that are shown as HTML pages that help manage the WebApp, not analyze live traffic.
Basically, I need to add custom .NET DLL library that analyzes web requests.
Not sure of any specific way. But Can be Done in your App Start
Please Follow the link
http://blog.davidebbo.com/2011/02/register-your-http-modules-at-runtime.html

Sync Framework With Microsoft CRM

Can anyone provide any guidance on how I would begin to use the sync framework to sync a Microsoft CRM environment with a custom database?
I assume I would have to write a custom provider for the CRM side?
Are there any examples out there of this? (csutom provider using web service or CRM)
if you sync directly using the CRM tables, the out of the box sync providers should work.
however, MS CRM tables are not that friendly when accessed directly and the recommended way is to go via the API. in that case, you will have to write your own custom sync provider.

Consume custom service application in sharepoint

I followed this tutorial and successfully created a custom service application in my sharepoint server, my question is how to consume it from another sharepoint solution, for example I created a new empty sharepoint project and added a new application page, how I can get access to strongly type service application object from the code behind of application page?
Thanks for your help
You need to create Service Application Proxy by using SPServiceApplicationProxy. You can see the video and sample code in Creating Custom SharePoint 2010 Service Applications and Consumers.

Azure - Self service user creation

I am designing / building a solution, in order to learn Azure.
First requirement is that users should be able to register themselves, login and have a change password / forgotten passord functionality.
Is there some standard functionality that gives this? For example is it included in ASP.Net MVC2, and will that run on the current version of Azure?
If there is standard functionality for this, where will the data be stored? Is Azure SQL a requirement.
Have a look at the standard asp.net MembershipProvider and RoleProviders, you can use these out the box, or created custom providers to implement this functionality using your own storage/architecture.

Resources