Fiware Keyrock - organizations are not returned AGAIN - fiware

I'm encountering the same problem asked here. The list of organizations of an authenticated user https://<idm_domain>/user?access_token=xxxxxxxxxxxxx is always empty.
I tried to follow the guide reported in the previous post to solve my problem but as reported in the past question, I can't find the button Authorize, the point 7 in the guide, so it's impossible to achieve.
Someone can help me!
Thanks in advance.

Did you solve the problem?
You can assign roles to users in organization directly from the dialog that appears when you press "manage" button. There you must assign some specific roles to the user, then you will see the organization in the list retrieved from the service.
If it does not work for you, just ask and we can continue working on it.

Related

How to get an account with the FIWARE labs

I want to learn about FIWARE. I found out about FIWARE labs and tried to register in it. I was unable to register with them.
Unfortunately after repeted attempts, I was not able to register with the same. Everytime i would be getting a varification mail and every time as soon as i reply i would be getting the reply that that mail is held up for review. Can anyone help me on how to solve it.

Forge tutorial: View BIM360 & Fusion models, is my null reference on credentials resulting in an unpopulated index.html?

i am a newcomer to the Autodesk development community, and as such i have been following the tutorial related to viewing BIM360 and fusion models. After having completed the tutorial, and trying to run, my program, i get the exception "System.NullReferenceException: 'Object reference not set to an instance of an object.'
credentials 5__1 was null."
as shown in the image
Point of exception
Even though this exception occours, i am still able to continue the debugging session, and i am able to log in to autodesk. However after this login i am faced with this:
Tree view, unpopulated
For context: in the tutorial this view, is populated with the different projects associated with the account, used for the login. In my case, despite the account being an admin of a project, i am not able to see said project in this view, which is my goal
My question is then, could the exception be the root course for the fact that my view is unpopulated(I.e not showing my projects)? And if so, any idea on how to resolve the issue?
I tried to resovle it myself, and found this question, with a similar premise:
Forge API NullReferenceException with Credentials.FromSessionAsync()
I tried following, the code, as posted for an answer, and i found out, that the code marked in 1 does indeed execute before the handler for the "api/forge/callback/oauth" path, however the handler is still executed, and i can see the credentials variable being given a value(And as can be infered from 2 i am able to log in)
Thank you for reading my question, and if i have violated some manners regarding posting question, i do apologise
You are missing the request to enable Custom Integrations tab in your BIM 360 account. But this made me realize we need to be a bit more clear on this being a pre-requisite for the use of that sample. Thanks for pointing out.
Here are the steps you need to follow -
https://fieldofviewblog.wordpress.com/2017/08/18/no-custom-integrations-tab/
Here how to activate once you have that tab enabled. https://fieldofviewblog.wordpress.com/2017/01/19/bim-360-activating-api-access-to-docs/

Google Places ownership verification

I'm trying to verify the user's ownership of a Google place, restaurant and bars for now.
I checked this similar question, but it's unanswered.
Basically, the app I'm creating needs the place owners to post on behalf of the place. I want to verify the association of the person posting and the place so that regular users can't post junk. Is there a Google way of doing it ? If not, what other methods do you think is possible? Thanks in advance.

Create Keyrock users for WStore and WMarket

I'd like to programmatically create user accounts from our own app/api and got to the point I can indeed add users to my local Keyrock (a fork of Keystone) instance. Unfortunately these users remain useless because they get automatically logged out the moment they are successfully logged in.
Can anyone let me know what are the minimum user account properties needed to successfully login a user to WStore?
TIA, Edoardo
This question is the same than the one posted on https://ask.fiware.org/question/441/programmatically-create-keyrock-users-for-wstore-and-wmarket-etc/. Please, let's continue there.

Access restriction on MediaWiki: make pages private until approved

I am stuck over an access right situation,
What I Want is:
I have users creating articles/pages on MediaWiki, I have restricted it over registered/autoconfirmed users to only, But now the requirement is, that, Only an article can be displayed to anyone other than , creator or sysop only after the sysop approves that page/article. till then only the creator or sysop can edit that article.
I have tried FlaggedRevs extension, and several other small restrictions, but couldn't get exactly what I am looking for.
Thanks in advance for any suggestion.
I found the answers, there is an extension called "Approved Revs". With few options set and some messing around, I have done it.