13
I Use This!
Activity Not Available

News

Posted about 7 years ago by Andreas Solberg
eduLab – an easy way to bootstrap a computer lab for students using public cloud. This is a mockup only, exploring the concept, idea and user interface to such a service. The post eduLab appeared first on Feide RnD.
Posted over 7 years ago by Andreas Solberg
We would like a github repository to include deployment configuration of a WordPress blog. We would like to run an instance of this deployment on a Google Container Engine / Kubernetes. In fact, we would like to run two instances, … Continue reading ... [More] → The post WordPress deployment workflow to Google Container Engine using Circle-CI, Docker hub and Kubernetes appeared first on Feide RnD. [Less]
Posted over 7 years ago by Andreas Solberg
Making education in Norway a more interesting market for targeting digital services Today, any developer or service provider may use the free of charge, 100% self service, developer dashboard to register OAuth 2.0 and OpenID Connect clients. The ... [More] service provider … Continue reading → The post Dataporten.no, an advanced API Platform for education and research in Norway, based upon OAuth 2.0 and OpenID Connect is going live! appeared first on Feide RnD. [Less]
Posted almost 8 years ago by Andreas Solberg
Ensure that you are running dptool version >= 1.8. Register a client using Dataporten Dashboard, and add http://127.0.0.1:12012/callback as a valid redirect_uri. Configure your client with dptool with a specific configuration name, in this case ... [More] jwt. dptool --configset jwt configure … Continue reading → The post Using dptool to experiment with Dataporten API Gatekeeper appeared first on Feide RnD. [Less]
Posted almost 8 years ago by Andreas Solberg
Ensure that you are running dptool version >= 1.8. Register a client using Dataporten Dashboard, and add http://127.0.0.1:12012/callback as a valid redirect_uri. Configure your client with dptool with a specific configuration name, in this case jwt. dptool --configset jwt configure … Continue reading →
Posted almost 8 years ago by Andreas Solberg
Ensure that you are running dptool version >= 1.8. Register a client using Dataporten Dashboard, and add http://127.0.0.1:12012/callback as a valid redirect_uri. Configure your client with dptool with a specific configuration name, in this case ... [More] `jwt`. dptool --configset jwt configure … Continue reading → The post Using dptool to experiment with Dataporten API Gatekeeper appeared first on Feide RnD. [Less]
Posted over 9 years ago by Andreas Solberg
Today, we released a new API debugging, prototyping and test tool that is available at: http://httpjs.net When you arrive at the site, you’ll immediately be delegated a separate sub domain, such as http://f12.http.net. This subdomain is now ready to receive … Continue reading →
Posted over 9 years ago by Andreas Solberg
Today, we released a new API debugging, prototyping and test tool that is available at: * When you arrive at the site, you’ll immediately be delegated a separate sub domain, such as http://f12.http.net. This subdomain is now ready to receive … ... [More] Continue reading → The post HTTPjs – a new API debugging, prototyping and test tool appeared first on Feide RnD. [Less]
Posted over 9 years ago by Andreas Solberg
Today, we released a new API debugging, prototyping and test tool that is available at: http://httpjs.net When you arrive at the site, you’ll immediately be delegated a separate sub domain, such as http://f12.http.net. This subdomain is now ready to ... [More] receive … Continue reading → The post HTTPjs – a new API debugging, prototyping and test tool appeared first on Feide RnD. [Less]
Posted almost 11 years ago by Andreas Solberg
Authentication and authorization with APIs are slightly more complex than with traditional access to web sites. The client is typically more intelligent, it being a javascript web application or a mobile native app; and communicates with a backend using an … Continue reading → The post API Authorization as a Service appeared first on Feide RnD.