|
Integration of UAA with Kerberos 6 messages
#uaa
#kerberos
Hi Has anyone got any experience integrating UAA with Kerberos? Basically, we are trying to obtain a bearer token from UAA by somehow providing a Kerberos ticket instead of client or user credentials.
Hi Has anyone got any experience integrating UAA with Kerberos? Basically, we are trying to obtain a bearer token from UAA by somehow providing a Kerberos ticket instead of client or user credentials.
|
By
Enrique Cano
·
|
|
user creation and activation in uaa
#cf
#uaa
#java
Hi all, I want to create users in the cloudfoundary uaa for my web application.I am using the authorization code grant for that instead of redirecting to the client redirected url it is redirecting to
Hi all, I want to create users in the cloudfoundary uaa for my web application.I am using the authorization code grant for that instead of redirecting to the client redirected url it is redirecting to
|
By
...
·
|
|
Using X.509 certificates as a mechanism for OAuth client authentication 2 messages
#uaa
I do not think UAA currently supports the draft-ietf-oauth-mtls-04 to use a TLS client certificate instead of using client-id/client-secret to authenticate the OAuth client. Is this or something simil
I do not think UAA currently supports the draft-ietf-oauth-mtls-04 to use a TLS client certificate instead of using client-id/client-secret to authenticate the OAuth client. Is this or something simil
|
By
brian.sung@...
·
|
|
Windows versions supported by UAA 4 messages
#uaa
Hi community Is UAA supported on Microsoft Windows, and if so, what versions? Many thanks in advance Enrique
Hi community Is UAA supported on Microsoft Windows, and if so, what versions? Many thanks in advance Enrique
|
By
Enrique Cano
·
|
|
What happened to Maven Central releases 4 messages
#uaa
Hi, Does anyone know why there are no new UAA releases being published to Maven Central after 4.30.0 ? Mike
Hi, Does anyone know why there are no new UAA releases being published to Maven Central after 4.30.0 ? Mike
|
By
Mike Roda
·
|
|
Running UAA on Kubernetes behind TLS-enabled ingress controller 4 messages
#uaa
Hi We are running UAA behind an ingress controller on Kubernetes. The connection to the ingress controller is https on a port other than 443 e.g. 8443. The connection to UAA pod is http. The issue we
Hi We are running UAA behind an ingress controller on Kubernetes. The connection to the ingress controller is https on a port other than 443 e.g. 8443. The connection to UAA pod is http. The issue we
|
By
Enrique Cano
·
|
|
Upgrading to UAA 4.35.0 from UAA 4.30.0 stopped the UAA logging 5 messages
#uaa
When I was using UAA 4.30.0, UAA used to log a lot of messages which was fine. However, I recently upgraded the UAA to 4.35.0 and the logging stopped working. I deploy UAA by getting the source from g
When I was using UAA 4.30.0, UAA used to log a lot of messages which was fine. However, I recently upgraded the UAA to 4.35.0 and the logging stopped working. I deploy UAA by getting the source from g
|
By
Shetty, Viraj S [CTR]
·
|
|
Using a TLS connection to the MySQL database 4 messages
#uaa
We have a separate instance of UAA server interacting with the MySQL database running on cloud.gov. Recently, we have been advised to use a TLS connection to connect to the database. After doing some
We have a separate instance of UAA server interacting with the MySQL database running on cloud.gov. Recently, we have been advised to use a TLS connection to connect to the database. After doing some
|
By
Shetty, Viraj S [CTR]
·
|
|
Using SAML 2 Bearer token with our own UAA Server 7 messages
#uaa
Hi, For SAML Bearer an Assertion object is expected as bas64-url(base64(assertion)). Looks like you are send not the Assertion, but the SAML response object. See 10:44:22.088: [APP/PROC/WEB.0] java.la
Hi, For SAML Bearer an Assertion object is expected as bas64-url(base64(assertion)). Looks like you are send not the Assertion, but the SAML response object. See 10:44:22.088: [APP/PROC/WEB.0] java.la
|
By
Martijn de Boer
·
|
|
UAA Deployment 2 messages
#uaa
Hello, I'm facing issues when trying to deploy a war file into Tomcat.I can build the file and everything but after deploying it into Tomcat I'm getting the below error. Can anyone help me? thanks! Ex
Hello, I'm facing issues when trying to deploy a war file into Tomcat.I can build the file and everything but after deploying it into Tomcat I'm getting the below error. Can anyone help me? thanks! Ex
|
By
...
·
|
|
On SelfServiceLinksEnabled 3 messages
#uaa
in the uaa.yml, when I set selfServiceLinksEnabled to false under login: selfServiceLinksEnabled: false they (create an acc and password reset link) still appear. Any reliable way to disable them? Fur
in the uaa.yml, when I set selfServiceLinksEnabled to false under login: selfServiceLinksEnabled: false they (create an acc and password reset link) still appear. Any reliable way to disable them? Fur
|
By
JohnG
·
|
|
#uaa 2 messages
#uaa
We have our own UAA server running in a cloud.gov environment which we use for all applications that are deployed in cloud.gov. These applications use OAuth 2 to integrate with the UAA server and the
We have our own UAA server running in a cloud.gov environment which we use for all applications that are deployed in cloud.gov. These applications use OAuth 2 to integrate with the UAA server and the
|
By
Shetty, Viraj S [CTR]
·
|
|
Is SAML configuration optional in UAA?
#uaa
Hi If we don't need to use the SAML protocol with UAA, do we really need to configure that section e.g. encryption keys? It seems UAA won't start if that section is empty. Thanks Enrique
Hi If we don't need to use the SAML protocol with UAA, do we really need to configure that section e.g. encryption keys? It seems UAA won't start if that section is empty. Thanks Enrique
|
By
Enrique Cano
·
|
|
Reset password : if the unregistered email address entered then also giving success message. 2 messages
#cf
#uaa
Hi, If I pass email id (which is not registered)for reset password link then it should give error message but it is giving success message only. I am not getting where to change that code. Can anyone
Hi, If I pass email id (which is not registered)for reset password link then it should give error message but it is giving success message only. I am not getting where to change that code. Can anyone
|
By
shilpa kulkarni
·
|
|
Customize the Email content of password reset request 3 messages
#cf
#uaa
Hi, I am using UAA war file in tomcat. I want to customize the email content of password reset request. I am not getting where to change that code. Can anyone please provide solution for this? Thanks
Hi, I am using UAA war file in tomcat. I want to customize the email content of password reset request. I am not getting where to change that code. Can anyone please provide solution for this? Thanks
|
By
shilpa kulkarni
·
|
|
customize the validation message of mismatching password and confirm password in reset password page
#uaa
#cf
Hi, I am using UAA war file in tomcat. I want to customize the validation message of mismatching password and confirm password (in reset password page). I am not getting where to change that code. Can
Hi, I am using UAA war file in tomcat. I want to customize the validation message of mismatching password and confirm password (in reset password page). I am not getting where to change that code. Can
|
By
shilpa kulkarni
·
|
|
Why UAA is considering username field instead of email field from uaa users table for sending reset password link ?
#cf
#uaa
Hi All, while creating user I have not given email address as username but the user is having email address in email field. when i try to check the forgot password(reset password) functionality it is
Hi All, while creating user I have not given email address as username but the user is having email address in email field. when i try to check the forgot password(reset password) functionality it is
|
By
shilpa kulkarni
·
|
|
While creating user ,emails set primary is set to true while sending request but after creating in the response the primary is set with false
#uaa
#cf
Hi All, I tried to create user and I passed the value true for emails primary but as response it is set primary value as false. Why the primary value does not set with true? can any one please tell ab
Hi All, I tried to create user and I passed the value true for emails primary but as response it is set primary value as false. Why the primary value does not set with true? can any one please tell ab
|
By
shilpa kulkarni
·
|
|
Deploying UAA for external users 5 messages
#uaa
#cf
I would expect you place a well hardened reverse proxy in front of your UAA, and that is what you use to control what is exposed to the outside world and what is not? Regards Enrique
I would expect you place a well hardened reverse proxy in front of your UAA, and that is what you use to control what is exposed to the outside world and what is not? Regards Enrique
|
By
Enrique Cano
·
|
|
Client secret rotation in UAA 2 messages
#uaa
#cf
What I have found is that when I set the secret, add a secret or delete the secret later for a UAA client- the lastmodified field of the client does not get updated. Ideally, there should be a timesta
What I have found is that when I set the secret, add a secret or delete the secret later for a UAA client- the lastmodified field of the client does not get updated. Ideally, there should be a timesta
|
By
Shetty, Viraj S [CTR]
·
|