|
Setting up OAuth Server related question
Hi Karthik, You can use the UAA Server which is part of CloudFoundry deployment for your App authorization needs. You can also deploy UAA Server stand-alone. Details can be found here : https://github
Hi Karthik, You can use the UAA Server which is part of CloudFoundry deployment for your App authorization needs. You can also deploy UAA Server stand-alone. Details can be found here : https://github
|
By
Sree Tummidi
· #3374
·
|
|
siteminder intergration with cloudfoundry
Dan is right. Also, you can find more details about the configuration to be done on the SiteMinder side here: http://docs.pivotal.io/pivotalcf/opsguide/images/CASM-PivotalCloudFoundryFederationRunbook
Dan is right. Also, you can find more details about the configuration to be done on the SiteMinder side here: http://docs.pivotal.io/pivotalcf/opsguide/images/CASM-PivotalCloudFoundryFederationRunbook
|
By
Sree Tummidi
· #3331
·
|
|
UAA Admin interface to register user/client?
UAA Provides an Admin Tool UAAC (written in ruby) to manage Users, Clients and Groups. You can find more information here: https://github.com/cloudfoundry/cf-uaac Thanks, Sree Tummidi Sr. Product Mana
UAA Provides an Admin Tool UAAC (written in ruby) to manage Users, Clients and Groups. You can find more information here: https://github.com/cloudfoundry/cf-uaac Thanks, Sree Tummidi Sr. Product Mana
|
By
Sree Tummidi
· #2745
·
|
|
OpenAM integration
You would need to set up Open AM as a SAML 2.0 Identity Provider and provide the Identity Provider Metadata in the cf-manifest under login->saml->providers section login.saml.providers: description: "
You would need to set up Open AM as a SAML 2.0 Identity Provider and provide the Identity Provider Metadata in the cf-manifest under login->saml->providers section login.saml.providers: description: "
|
By
Sree Tummidi
· #2616
·
|
|
UAA branding and scope descriptions
Hi Josh, Rebranding is possible today. This can be done by updating the assets under : https://github.com/cloudfoundry/uaa/blob/master/uaa/src/main/webapp/resources/ As mentioned by Matt below we do h
Hi Josh, Rebranding is possible today. This can be done by updating the assets under : https://github.com/cloudfoundry/uaa/blob/master/uaa/src/main/webapp/resources/ As mentioned by Matt below we do h
|
By
Sree Tummidi
· #2574
·
|
|
Multiple ldap backend in UAA
Yep, this is not supported. Our recommendation is to do consolidation on the LDAP side. -Sree
Yep, this is not supported. Our recommendation is to do consolidation on the LDAP side. -Sree
|
By
Sree Tummidi
· #2516
·
|
|
Multiple ldap backend in UAA
Hi, The best approach is to use AD LS which can act as a proxy and consolidate the traffic from multiple AD domains https://msdn.microsoft.com/en-us/library/aa705886(v=vs.85).aspx Thanks, Sree Tummidi
Hi, The best approach is to use AD LS which can act as a proxy and consolidate the traffic from multiple AD domains https://msdn.microsoft.com/en-us/library/aa705886(v=vs.85).aspx Thanks, Sree Tummidi
|
By
Sree Tummidi
· #2511
·
|
|
Action Required : UAA Backwards Compatibility for OpenID Connect ID Token Response Type
Hi All, Starting with *CF Release 220*, we have added OpenID Connect ID Token support in UAA. Currently this feature is *disabled* by default to remain fully backwards compatible. uaa.id_token.disable
Hi All, Starting with *CF Release 220*, we have added OpenID Connect ID Token support in UAA. Currently this feature is *disabled* by default to remain fully backwards compatible. uaa.id_token.disable
|
By
Sree Tummidi
· #2355
·
|
|
User cannot do CF login when UAA is being updated
Hi Ricky The team is looking into this now. Seems like there has been a lot of back & forth on the email thread and this context has not been captured in the github issue. Thanks, Sree Tummidi Sr. Pro
Hi Ricky The team is looking into this now. Seems like there has been a lot of back & forth on the email thread and this context has not been captured in the github issue. Thanks, Sree Tummidi Sr. Pro
|
By
Sree Tummidi
· #2201
·
|
|
Build UAA by maven?
Hi Anna, We dropped support for Maven build on UAA last year. You would need to do the build conversion locally. Thanks, Sree Sent from my iPhone
Hi Anna, We dropped support for Maven build on UAA last year. You would need to do the build conversion locally. Thanks, Sree Sent from my iPhone
|
By
Sree Tummidi
· #2198
·
|
|
[abacus] Securing REST endpoints using OAuth bearer access token
Yes, UAA supports both Symmetric & Asymmetric patterns for token signature and verification. My recommendation would be to go for the Asymmetric pattern as this is a standard where signatures are conc
Yes, UAA supports both Symmetric & Asymmetric patterns for token signature and verification. My recommendation would be to go for the Asymmetric pattern as this is a standard where signatures are conc
|
By
Sree Tummidi
· #2068
·
|
|
Information about bugs in UAA,CF
Can you please provide more specifics. If you have encountered an issue , you can log that against the UAA project under Cloud Foundry on Github Thanks, Sree Sent from my iPhone
Can you please provide more specifics. If you have encountered an issue , you can log that against the UAA project under Cloud Foundry on Github Thanks, Sree Sent from my iPhone
|
By
Sree Tummidi
· #2053
·
|
|
[abacus] Securing REST endpoints using OAuth bearer access token
Hi, The access token that you are passing in the header serves as both a proof of authentication & authorization(scopes allowed) The validation of the request includes checking for the presence of the
Hi, The access token that you are passing in the header serves as both a proof of authentication & authorization(scopes allowed) The validation of the request includes checking for the presence of the
|
By
Sree Tummidi
· #2030
·
|
|
Proposal: UAA SAML Integration & Mapping CF Roles to external groups
Hi all, The UAA team has come with a proposal for handling claims (User Attributes & Group Memberships) from SAML Identity Providers. These claims can be further mapped to CF roles in order to derive
Hi all, The UAA team has come with a proposal for handling claims (User Attributes & Group Memberships) from SAML Identity Providers. These claims can be further mapped to CF roles in order to derive
|
By
Sree Tummidi
· #1628
·
|
|
UAA user dynamic properties
Just wanted to add that we could collaborate on the design front and we are open to pull requests !! -sree Sent from my iPad
Just wanted to add that we could collaborate on the design front and we are open to pull requests !! -sree Sent from my iPad
|
By
Sree Tummidi
· #1624
·
|
|
UAA user dynamic properties
Hi, We do have plans to support custom attributes and is a roadmap item. This is however not in the immediate future. Thanks, Sree Sent from my iPhone
Hi, We do have plans to support custom attributes and is a roadmap item. This is however not in the immediate future. Thanks, Sree Sent from my iPhone
|
By
Sree Tummidi
· #1619
·
|
|
Announcing UAA 2.5.1 Release
On behalf of the entire Identity Team I'm pleased to announce the release of UAA 2.5.1 The highlights of this release include - Multi-tenancy support for SCIM groups & external group mappings - Notifi
On behalf of the entire Identity Team I'm pleased to announce the release of UAA 2.5.1 The highlights of this release include - Multi-tenancy support for SCIM groups & external group mappings - Notifi
|
By
Sree Tummidi
· #1133
·
|
|
Assigning Role to Group
Yes, we do plan on mapping ORG & Space Roles to Groups in LDAP or via SAML. At this time , the only scope that can be mapped is cloud_controller.admin as its defined as an OAuth scope for Cloud Contro
Yes, we do plan on mapping ORG & Space Roles to Groups in LDAP or via SAML. At this time , the only scope that can be mapped is cloud_controller.admin as its defined as an OAuth scope for Cloud Contro
|
By
Sree Tummidi
· #886
·
|
|
Notifications on ORG, SPACE and USER modifications
I believe there are audit events generated for all these actions which can be captured and forwarded to an SIEM solution like splunk Thanks, Sree Sent from my iPhone
I believe there are audit events generated for all these actions which can be captured and forwarded to an SIEM solution like splunk Thanks, Sree Sent from my iPhone
|
By
Sree Tummidi
· #861
·
|
|
Assigning Role to Group
This support is not yet available Thanks, Sree Sent from my iPad
This support is not yet available Thanks, Sree Sent from my iPad
|
By
Sree Tummidi
· #858
·
|