mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Add documentation for AUTH_PUBLIC_OR_INTERNAL
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=200259762
This commit is contained in:
parent
d1d13799d1
commit
98d8d8886d
1 changed files with 5 additions and 0 deletions
|
@ -122,6 +122,11 @@ make sense. A master enumeration lists all the valid triplets. They are:
|
|||
authenticated user. The method is `INTERNAL`, the minimum level is `APP`,
|
||||
and the user policy is `IGNORED`.
|
||||
|
||||
* `AUTH_PUBLIC_OR_INTERNAL`: Allows anyone access, as long as they use OAuth to
|
||||
authenticate. Also allows access from App Engine task-queue. Note that OAuth
|
||||
client ID still needs to be whitelisted in the config file for OAuth-based
|
||||
authentication to succeed. This is mainly used by the proxy.
|
||||
|
||||
### Action setting golden files
|
||||
|
||||
To make sure that the authentication and authorization settings are correct for
|
||||
|
|
Loading…
Add table
Reference in a new issue