acs

Azure AKS Client Secret expired - How to change?

亡梦爱人 提交于 2019-12-13 06:29:35
问题 I have a Kubernetes Cluster running on Azure (AKS / ACS). I created the cluster using the Portal. There a aadClient was created automatically with a client secret that now expired. Can somebody please tell me how to set the new client secret which I already created? Right now AKS is not able to update Loadbalancer values or mount persistant storage. Thank you! 回答1: AKS client credentials can be updated via command: az aks update-credentials \ --resource-group myResourceGroup \ --name

PingIdentity Federation meta data export for ACS - not exporting with a Digital Signature?

泄露秘密 提交于 2019-12-13 05:44:04
问题 Does anyone have any experience with importing meta data files from Ping Identity into an ACS provider? I'm logged into my Ping Identity admin system, all fine, no problem. Then, when I export the idP file... no digital signature is included within it and thus I cannot import this file into ACS as it complains that there's no signature included. Has anyone else faced this issue and have any ideas on a workaround? I understand it's pretty intricate, so fingers crossed. 回答1: Are you trying to

Titanium Login/Registration

妖精的绣舞 提交于 2019-12-13 04:43:34
问题 Below is the code i use for my cloud user login...the slight problem is; whenever i login and logout, data inserted into the textfields does not disappear...i don't want them to be saved, i want users to insert textfields all over again after logout. //create textfields for sign_in page/interface var userNameField = Titanium.UI.createTextField({ color: 'black', hintText: 'username', height: 35, top: 120, left: 10, width: 250, borderStyle: Titanium.UI.INPUT_BORDERSTYLE_ROUNDED }); win.add

ACS settings in Windows Azure cscfg

血红的双手。 提交于 2019-12-13 04:38:20
问题 We have a ASP.NET MVC web application configured to use ACS and deployed on the Windows Azure. The application has all ACS settings like realm in the web.config file. Is it possible to have all ACS settings or at least realm setting in the Windows Azure cloud service configuration file? so that it can be modified directly from the portal at any time and there is no need to re-deploy the application? Any help on this will be appreciated. 回答1: Yes. Vittorio describes a solution in his blog post

OwinMiddleware Authentication (ws federation) - MVC5 Identity 2 - IDX10201: None of the the SecurityTokenHandlers could read the 'securityToken'

淺唱寂寞╮ 提交于 2019-12-13 02:04:32
问题 I'm trying to Authenticate toward an ACS server, I do manage to get authenticated with http modules the old way through the config file but I can't git it to work with owin. Here is the relevants part of my startup app.UseCookieAuthentication( new CookieAuthenticationOptions { AuthenticationType = WsFederationAuthenticationDefaults.AuthenticationType }); app.UseWsFederationAuthentication( new WsFederationAuthenticationOptions { MetadataAddress = "https://*******.accesscontrol.windows.net

Azure service bus ACS issuer and key is missing

别等时光非礼了梦想. 提交于 2019-12-12 23:23:32
问题 I created some Service Buses today and besides having a specific type ("Messaging", my older buses are "Mixed") they don't give me any ACS information that I need. My old Service Buses do have this information. What I understand from this: Azure: How to createa a Access Control Service namespace for a Service Bus namespace? is that I might need to use Powershell Cmdlet which I have no knowledge of. Is there a way to add ACS to the Service Bus? And how? 回答1: Yes, you will need to use

How do I get the return URL working properly again after downloading a login page from Azure ACS?

▼魔方 西西 提交于 2019-12-12 15:46:57
问题 The Azure Training Kit includes a lab titled "IntroToACS2". In it you create a WebRole and enable ACS so that you can login using your Google, Live, or Yahoo id. The second part of the lab takes you through the process of downloading an example login page from ACS so that you can use customize it to match the style of your site. Before doing this last part, deep linking was working fine. Meaning: I could request a secure page such as http://localhost/acsdemo/securepage.aspx and ACS would

Cookie is null in rare cases after redirecting to ACS and back

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 10:49:35
问题 On my website, there is a registration form. After having filled this in, the user gets redirected to Azure ACS in order to log in. After having logged in, the user gets redirected back to my website and is to be registered and logged in. The registration form is submitted by a JavaScript. The information that the user has filled in is saved to a cookie by the RedirectToProvider method in the RegisterController and the user is redirected to ACS. When the user has been redirected back to the

Does Azure ACS support saml 2.0 IdPs like Salesforce?

非 Y 不嫁゛ 提交于 2019-12-12 07:59:59
问题 I have no Access Control Service (ACS) installed, but I've seen on some online video demo that Salesforce is not in the list of available pre-installed identity providers. Salesforce can be configured as IdP (standard SAML 2.0 is used). Can I setup ACS so that I can use Salesforce as identity provider? Thanks 回答1: I haven't personally used a SAML 2.0 token provider, but it's official description says that ACS supports SAML 2.0 tokens. A list of supported protocols are OAuth 2.0, WS-Trust, and

How to develop user-authenticated REST service with Azure ACS

余生长醉 提交于 2019-12-12 07:31:35
问题 I'm developing a REST service that uses MS Azure Access Control Service for authentication. If the examples are any indication, the typical way to secure a REST service this way would be to provide a global username and pw, private key, or X.509 cert for the protected service. However, I want to use the passive user login mechanism on a mobile device with a flow more like the following: Unauthenticated user attempts to access protected service from app Mobile app redirects to browser app (or