Access Management
Get Started
🌟 get started with identos access management with this simple example setup! todo create overview diagram with steps overlaid in our example setup, we'll configure the authorization server for the oauth 2 0 what are oauth 2 0 grant types? docid 1ratef qrtlbx32cltdes this controls how client applications request and use access tokens to access their own protected resources from a resource server prerequisites if you'd like to try this setup yourself, please note the following assumptions you should have admin access to an identos authorization server that's already installed and running (this should already be setup for you) you should know how to make api calls using curl (client url command line utility) each step involves making one or more api calls to the authorization server for each api call, you'll need to replace the following placeholders with the right values according to your authorization server's configuration placeholder description example value {{as url}} the base url of your authorization server http //localhost 9091 {{as admin uri}} the uri of your authorization server's admin api in most cases, this uri will end with /json api http //localhost 9091/json api {{as admin static token}} a static authorization token for accessing your authorization server's admin api c96584c7 05ca 4df3 b935 98a4fc7d7bbc 💡 need a refresher? visit our learn the basics docid\ zfok8uffunxjssg p5bdf section to explore key concepts and articles, or contact support for help with your identos configuration example setup overview in this step by step setup procedure, we'll make api calls to the authorization server to configure an example resource, resouce server, and client then we'll request an access token that the client application can use to access the resource we made for our example, we'll pretend that we already have a resource server that stores a hospital's patient health records the hospital has a web application that needs to read blood glucose levels from these records, and only that data to do this, we'll simply define each role, their scopes ( read , write , etc ), and the relationships between them in the authorization server we'll want to give the hospital's web application the permission to read the blood glucose levels stored in the hospital's resource server by the end of this example, you'll know how to use the identos authorization server to do the following 1 create a basic resource server docid 43vmg opg9qs9umq0 j8t 2 create a basic resource docid\ ba8inrcxegve9zyr7gjuh 3 create a basic client docid\ pmyncndy11xup3afhp7 8 4 get an access token docid\ scyrdyqemprtig6vbsdxr 5 enable consent management docid\ egg ifn07igbqrzouzgwn