all. I wonder if I can get the tenant ID except for carbonContext API. I see this set of API can get anything from the server, but it is too powerful to be exposed the the developers. An evil dev-er can easily get the whole osgi services. He can even modify other users's registry by just setting the tenantID to others. So is there any method I can use, to get the tenant ID of an app?
Can I get the tenant ID when an app is deployed on AS
567 views Asked by wiwengweng At
1
There are 1 answers
Related Questions in API
- Google Sheets API - Append Request not working
- Is there really no product for docs that has these?
- How to show suggested content in response using Azure Cognitive Search?
- error message when closing current position in binance futures, using ccxt library
- How to filter API data in React Native
- I have fetched an API with JS, but the output looks really bad and I don't know how to fix it
- Session is not storing in react and Asp Dot Core Web API
- Apex charts not rendering series value, showing cannot map values of NULL
- Configure IIS to accept API calls only from API Manager, Deny from direct calls
- Problems with API return using the Axios library in NextJS
- How to query by Iteration in pyral?
- Is there a way to have a user enter a url query and have a single function filter a database?
- Cant get value in Vue from data
- Read stories/posts using instagram API
- Need To Make Minor Change To REST API Response
Related Questions in MULTI-TENANT
- How would single sign-on work for my multi-tenant application?
- Finbuckel per tenant authenication using JWT
- Spring Boot Multi-Tenant : impossible to set different tenants
- Make Saleor multitenant
- Share Authetication/Authorization between multitenant Azure Web App and Web Job
- Entra multitenant collaboration
- Overriding Connection Logic in Hyn Multi-tenancy Package (v5.9) for Laravel
- Issue of "IllegalArgumentException: Not a managed type: MyEntity" for native image using spring boot 3
- Deploy from Azure Devops into someone else’s tenant
- Support for multi tenancy in SpringBoot 3 native image
- multiple azure chatbots doesn't authenticate
- Passing headers to Otel Gateway collector from nginx
- Issue with Spatie Laravel Multitenancy: Table 'laravel.users' doesn't exist (Still using the landlord instead of tenant)
- Tenancy For Laravel package not syncing resources between tenants
- Ofbiz multi-tenancy configuration
Related Questions in WSO2
- How to make gRPC request in WSO2 micro-integrator via Postman?
- Following PATTERN 3 Deployment ,Not able to consume apis in Gateway
- WSO2 change localhost - ERR_CERT_AUTHORITY_INVALID
- How to resolve unauthenticated error after calling REST API endpoint to update the Challenge Questions in WSO2 v5.11.0?
- Enable logging for API calls in wso2 identity server
- How to set weight of enpoints durin laod balancing in wso2 manager
- old apikey dont works for newly subscribed apis in wso2 apim
- WSO2 API-M: What is Synapse and why it spits following error: I/O error: Connection reset java.net.SocketException: Connection reset?
- how to upgrade httpcore-nio plugin of wso2 api manager
- Amazon RDS PostgreSQL - Caused by: java.net.UnknownHostException: yyyy.xxx.us-west-1.rds.amazonaws.com in WSO2 EI docker container
- How to Extract Queue Name, Priority, and Message ID from RabbitMQ Inbound Endpoint Messages in WSO2 MI 4.2?
- how do i manage role and permission in server side for my predefined roles and assign permission in wso2 identity server?
- Installation process of wso2 Enterprise integrator
- WSO2 - SSL troubleshooting: ERR_CERT_AUTHORITY_INVALID
- How to do error handling in Clone-Aggregator mediator in WSO2 Micro Integrator?
Related Questions in APPSERVER
- Installing & configuring JBoss WildFly in CentOS 8 with different user
- how can i get Country name from ISO3166-1 alpha-2 country code in java
- Is there anywhere to setup ssl certificate on Apache Windows ? I found error SSLPassPhraseDialog builtin is not supported on Win32
- How does web server know that it has to send the request to the app server and static files?
- Getting NoClassDefFoundError for class SettableFuture present in com.google.common.util.concurrent package of guava-30.0-jre.jar only in Websphere
- Plugin sonarqube for openedge connection problem
- MarkLogic 8 - request not getting timed out - keeps retrying after logging XDMP-XDQPNOSESSION
- Can we restart Microsoft Azure app service from c#?
- Locale not recognised Error while creating Datasource (connecting with oracle db)
- OpenEdge AppServer timeout
- Azure Server Load Balancing
- How to configure Web server(IIS) and App Server(.Net) in two different physically separated machine
- Unable to find taglib after migration tomcat7 to tomcat9
- why rate limiting logic should be placed with application code rather then web server
- For a .NET Web Application, is it possible to have Apache HTTPD as web server and IIS as Application server?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Normally tenant ID is an internal detail and it is not exposed via web services. AFAIK Only available way is the CarbonContext API. Actually you can enable java security manager and restrict the access to OSGI service. I guess WSO2 has done it in their live deployment where we can not access CarbonContext, user realm and other service using a web app. But i agree that there must be a way to get tenant information about the deployed tenant. (basically tenant domain , not tenant id).