Has anyone configured ActiveMQ REST API access in such a way that the username created in jetty-realm.properties does not have any access to the Admin Console?
If so, does anyone have any sample jetty.xml and jetty-realm.propeteis examples that they are willing to share?
Thanks in advance!
Related
I'm looking to set up a SAML using OneLogin. I would like to authenticate using OneLogin's python package python3-saml or onelogin and then connect to Jira API using Jira package.
As of now, I couldn't find any documentation on how to go about this.
Does anyone have any example they can share with me on achieving this type of authentication or provide me some useful links to read up on this topic?
Thank you very much!!
I'm looking to set up a SAML using OneLogin. I would like to authenticate using OneLogin's python package python3-saml or onelogin and then connect to Google API using googleapiclient.
As of now, I couldn't find any documentation on how to go about this.
Does anyone have any example they can share with me on achieving this type of authentication or provide me some useful links to read up on this topic?
Thank you very much!!
I have a requirement where I need to develop a microservice and secure the service using an enterprise IAM solution.
But I am very much confused now if at all IAM will solve my purpose or not.
As I have understood going through various articles, that IAM is for authorizing cloud resources.
But I need to authorize a user to allow accessing the external microservice api.
What do I need here for the solution? Is IAM alone sufficient for the authentication purpose?
If not please suggest in brief what I should look for.
Any hints on the Google cloud or IBM cloud will be very helpful. Thanks in advance.
I would use Google Oauth for this problem. I also believe IAM won't solve your problem.
Would like to know how I can enable my wcf web service to provide encryption and authenication? Currently, my web service is connected to Azure(ACS) and ask the identity provider for authentication checking, I can implement the ssl tunneling for getting username and password. but how I can get the acs token and perform SSO? I want to know any current implementation or is there any good example to follow?
Many thanks,
Mike
There is a codeplex project with some great documentation.
http://acs.codeplex.com/documentation
When you mention SSO, I'm assuming you mean federated authentication with active directory. If so, there's a sample project available on MDSN with an example.
http://msdn.microsoft.com/en-us/library/hh127796.aspx
lot's of useful information and samples here http://msdn.microsoft.com/en-us/library/windowsazure/gg185912.aspx
I was wondering if anyone knows how to setup authentication using LDAP for ActiveMQ 5.4.2 Web Console?
It's really simple just to enable basic authentication from jetty.xml and set a new user/pass in clear text in jetty-realm.properties file, but I have many users in LDAP that need to access the web console.
Thank you in advance for any help!
Nerses
You could use JAAS and the LdapLoginModule.
http://wiki.eclipse.org/Jetty/Tutorial/JAAS
and LdapLoginModule
-jim