Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am a newbie to WSO2 and just demonstrated a test SAML SSO using the link http://wso2.org/library/articles/2010/07/saml2-web-browser-based-sso-wso2-identity-server.
Now I want to know If we can also perform Idp initiated SSO using the same.
Please correct me If I am wrong.
Yes you can. WSO2 SAML SSO implementation supports IDP initiated SSO. You can directly login to the WSO2 Identity Server at the first place and then you can access other resources in the SSO system.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 days ago.
Improve this question
I need help with this scenario,
I have yeti app hosted on aws ec2 instance and I would love to enable SS0(single sign-on) on it so that all my azure active directory users can use the same login details to access the app.
Note: Yeti app is not cloud native and I have corporate(enterprise) active directory subscription on azure
Best solution that I seek: Archive or migrate the yeti app to our azure active directory where there are other apps and then enable SSO on all the apps altogether.
I am reading somewhere that its possible to enable single sign on with aws and amazon connect without migrating the app to azure active directory, a little confusing and might be more expensive.
Please what solution do you think will be more suitable for this project and cost effective.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 months ago.
This post was edited and submitted for review 8 months ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I'm working on an application which uses role-based access control to limit what users can do. I would like to support authentication using OpenID Connect with the major identity providers such as Google. I'm having a hard time figuring out how companies usually use Google as the IdP for their organization.
I was able to make the regular login flow work, but I have no idea how to get any kind of role or group membership information in the JSON Web Key I receive from Google's OAuth server. I'm quite confused by the whole landscape of Google's authentication since there is IAM and Identity Platform which seem to be doing the same things.
How do large companies use Google's authentication if they rely on groups or roles for access control?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Where can I find the wso2 is-km 5.11.0
In below link
https://wso2.com/api-management/previous-releases/
there is only 5.10.0 Please provide the link for 5.11.0
WSO2 Identity Server 5.11.0 will not be available in the link you have shared. You need to download it from the official download page. Click on the TRY IT NOW button and you'll see the installation options. You can download the zip archive from there.
You don't have the prepackaged WSO2 Identity Server as a Key Manager 5.11.0 as you got in the previous versions. You need to download the IS 5.11.0 and configure it as IS-KM.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
How can I set some APIs that I create it in in Publisher portal for specific users??
Which I want it when some user open his Devportal he will see only the APIs private for him
Anyone know please tell me how to do it
There are two approaches to that which are control API visibility in the Developer Portal and control subscription availability in Developer Portal. This doc will help you to do that,
https://apim.docs.wso2.com/en/latest/learn/design-api/advanced-topics/control-api-visibility-and-subscription-availability-in-developer-portal/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to develop GUI similar to what WSO2 provides to create XACML.
So we can simplify creation of XACMl policies for admin. This way instead of providing username and password of WSO2 server to our admin/users we can provide internal application pages , so they don't even have to go to WSO2 Identity server to create XACML policies.
Is it possible to get WSO2 IS code and reuse in our application to provide the similar functionality?
All software and documentation produced by WSO2, Inc. or any of its projects or subjects is licensed according to the terms of Apache License, Version 2.
This means you can access the code and modify it for your own purpose.
This is very much possible and we did the same for our requirement where we developed user friendly UIs to be used to create XACML policies. The end user need not to know about XACML and once the end user provides information related to policy as per design then we called WSO2 IS entitlement policy admin services to create the XACML policies inside WSO2 IS policy server.
So, you may use the Entitlement Policy Admin Service services (SOAP) to create the required XACML policies within your code.
Here is the wsdl url for EntitlementPolicyAdminService in WSO2 IS:
https://{IS host}:{port}/services/EntitlementPolicyAdminService?wsdl