From the Google Doc, I see below are the options to fetch an access token for the directory API
- Web server applications i.e Client Credentials
- Installed applications (Mostly same as Client Credentials approach which we currently support but with the use of applications installed)
- Client-side (JavaScript) applications (For JavaScript applications that run in a browser)
- Applications on limited-input devices (For Limited-input devices such as TV, game consoles, video cameras, and printers)
- Service Account
Reference Doc: https://developers.google.com/identity/protocols/oauth2
Is there any API to Fetch an access token from SAML bearer assertion for the directory API and if yes then what information does this API needs and is there any Doc to do so
Example Directory API for which I am looking to connect - Directory API used for user creation: https://www.googleapis.com/admin/directory/v1/users